Cog3DCircle Constructor (Double, Cog3DVect3, Cog3DVect3, Cog3DShapeStateConstants)Cognex VisionPro
Constructs a circle using the specified radius, center, normal direction, and Cog3DShapeStateConstants.

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

public Cog3DCircle(
	double radius,
	Cog3DVect3 center,
	Cog3DVect3 normal,
	Cog3DShapeStateConstants shapeState
)
Exceptions

ExceptionCondition
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