Gets the 3D rigid transform that describes the pose (position and
rotation) of this result. This transform maps points from "Pattern
Space" to the 3D selected space of the runtime input image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Return Value
Type: Cog3DTransformRigidThe Cog3DTransformRigid containing the pose of this result.
Remarks
The returned transform maps points from "Pattern Space" (i.e. the coordinate space of the pattern, as defined by the pattern Origin) to the 3D selected space (as specified by the SelectedSpaceName3D) of the runtime input image. For example, mapping the point (0, 0, 0) through the transform returns the position of the found pattern's origin in the 3D selected space of the runtime image.
See Also