Cog3DShapeGeometricOperations Intersect Method Cognex VisionPro 9.5
Overload List

  NameDescription
Public methodStatic memberIntersect(Cog3DPlane, Cog3DLine, Cog3DVect3 , Cog3DShapeIntersectionStatusConstants )
Compute the intersection point between the given plane and the given 3D line. It is the caller responsibility to map the shapes to a common 3D space before calling this method.
Public methodStatic memberIntersect(Cog3DPlane, Cog3DPlane, Cog3DLine , Cog3DShapeIntersectionStatusConstants )
Compute the intersection line between two given planes. It is the caller responsibility to map the shapes to a common 3D space before calling this method.
Public methodStatic memberIntersect(Cog3DPlane, Cog3DRay, Cog3DVect3 , Cog3DShapeIntersectionStatusConstants )
Compute the intersection point between the given plane and the given 3D ray. It is the caller responsibility to map the shapes to a common 3D space before calling this method.
Top
See Also