Gets/sets the ShapeState for this shape.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
public virtual Cog3DShapeStateConstants ShapeState { get; set; }public virtual Cog3DShapeStateConstants ShapeState { get; set; }Public Overridable Property ShapeState As Cog3DShapeStateConstants
Get
Set
Public Overridable Property ShapeState As Cog3DShapeStateConstants
Get
Set
public:
virtual property Cog3DShapeStateConstants ShapeState {
Cog3DShapeStateConstants get ();
void set (Cog3DShapeStateConstants value);
}public:
virtual property Cog3DShapeStateConstants ShapeState {
Cog3DShapeStateConstants get ();
void set (Cog3DShapeStateConstants value);
}Property Value
Type:
Cog3DShapeStateConstants
The ShapeState of this Shape is always Cog3DShapeStateConstants.Curve.
Implements
ICog3DShape ShapeState| Exception | Condition |
|---|
| ArgumentException |
If the ShapeState for this shape is not Cog3DShapeStateConstants.Curve.
|