Cog3DPatMaxResult GetBoundingBox Method Cognex VisionPro 9.8
Gets the bounding box of the found pattern for this result.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

public Cog3DBox GetBoundingBox()

Return Value

Type: Cog3DBox
A Cog3DBox that describes the bounds of the pattern at the found pose of this result.
Remarks

This method returns the bounding box of the found pattern.

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 vision data, and its SelectedSpaceName3D. is set to the same coordinate space.

See Also