Gets the bounding box of the found pattern for this result.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Return Value
Type: Cog3DBoxA Cog3DBox that describes the bounds of the pattern at the found pose of this result.
Remarks
The returned box is identical to the one returned by GetTrainedBoundingBox , except that it has been rotated and translated to match the runtime pose of this result. The box is mapped into the 3D selected space of the runtime image, and its SelectedSpaceName3D. is set to the same coordinate space.
See Also