Constructs a circle using the specified radius, center, normal direction, and
Cog3DShapeStateConstants.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- radius
- Type: System Double
The radius of the circle. radius must be >= 0.
- center
- Type: Cognex.VisionPro3D Cog3DVect3
The center of the circle.
- normal
- Type: Cognex.VisionPro3D Cog3DVect3
The normal direction of the circle.
- shapeState
- Type: Cognex.VisionPro3D Cog3DShapeStateConstants
The state of this box. Must be Cog3DShapeStateConstants..Curve, or .Surface.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If radius is less than 0. |
| ArgumentException | If normal is (0,0,0). |
| ArgumentException | The ShapeState for this shape must be Cog3DShapeStateConstants.Curve, or .Surface. |
See Also