Gets/sets how shapes are to be rendered.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Property Value
Type: UInt32Bitfield specifying how shapes are rendered. Set the Cog3DShapeStateConstants::Vertex bit to have vertices representing the shape rendered. Set the Cog3DShapeStateConstants::Curve bit to have the curves representing the shape rendered.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The Cog3DShapeStateConstants::Vertex bit and/or the Cog3DShapeStateConstants::Curve bit must be set in shapeRepresentation. |
See Also