Gets/sets the ShapeState for this shape.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: Cog3DShapeStateConstantsThe ShapeState of this Shape. Must be Cog3DShapeStateConstants.Curve, or .Surface, or .Volume.
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 shapeState is not Cog3DShapeStateConstants.Curve, .Surface, or .Volume. |
See Also