Overload List
| Name | Description | |
|---|---|---|
| AreRealParallel(Cog3DLine, Cog3DLine, Double) |
Check whether two lines are parallel including direction
or anti-parallel within the specified tolerance.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
| |
| AreRealParallel(Cog3DLine, Cog3DPlane, Double) |
Check whether one line and one plane are parallel within the specified
tolerance, i.e., whether line3D is
perpendicular to the normal vector of plane3D
within the specified tolerance.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
| |
| AreRealParallel(Cog3DPlane, Cog3DPlane, Double) |
Check whether two planes are parallel including direction
or anti-parallel within the specified tolerance.
It is the caller responsibility to map the shapes to a common 3D
space before calling this method.
|
See Also