Cog3DLineSeg ShapeState Property Cognex VisionPro 9.5
Gets/sets the ShapeState for this shape.

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

public virtual Cog3DShapeStateConstants ShapeState { get; set; }

Property Value

Type: Cog3DShapeStateConstants
The ShapeState of this Shape. Must be Cog3DShapeStateConstants.Vertex or Cog3DShapeStateConstants.Curve.

Implements

ICog3DShape ShapeState
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfShapeState
Exceptions

ExceptionCondition
ArgumentException If the ShapeState for this shape is neither Cog3DShapeStateConstants.Vertex nor Cog3DShapeStateConstants.Curve.
See Also