Cog3DSphere ShapeState Property Cognex VisionPro 9.8
Gets/sets the ShapeState for this shape.

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

public virtual Cog3DShapeStateConstants ShapeState { get; set; }

Property Value

Type: Cog3DShapeStateConstants
The ShapeState of this Shape. Must be Cog3DShapeStateConstants.Surface, or .Volume.

Implements

ICog3DShape ShapeState
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfShapeState
Exceptions

ExceptionCondition
ArgumentException The ShapeState for this shape must be Cog3DShapeStateConstants.Surface, or .Volume.
See Also