Cog3DShapeGeometricOperations AreRealParallel Method Cognex VisionPro 9.24
Overload List

  NameDescription
Public methodStatic memberAreRealParallel(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.
Public methodStatic memberAreRealParallel(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.
Public methodStatic memberAreRealParallel(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.
Top
See Also