Cog3DCircle ComputeBoundingBox Method Cognex VisionPro 9.22
Computes the axis-aligned bounding box for this shape.

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

public virtual Cog3DAlignedBox ComputeBoundingBox()

Return Value

Type: Cog3DAlignedBox
The axis-aligned bounding box.

Implements

ICog3DShape ComputeBoundingBox 
Exceptions

ExceptionCondition
Cog3DException If this shape's IsFinite is false.
See Also