Gets/sets the ShapeState for this shape.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.0.0.0
Syntax
Property Value
Type: Cog3DShapeStateConstantsThe ShapeState of this Shape. Must be Cog3DShapeStateConstants.Vertex or Cog3DShapeStateConstants.Curve.
Implements
ICog3DShape ShapeStateEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the ShapeState for this shape is neither Cog3DShapeStateConstants.Vertex nor Cog3DShapeStateConstants.Curve. |
See Also