This enum defines the available shape states for 3D shapes.
The shape state is used to disambiguate the behavior of various methods and properties of 3D shapes.
Cog3DShapeStateConstants.Vertex causes a shape to be treated as a set of vertices.
Cog3DShapeStateConstants.Curve causes a shape to be treated as a wireframe.
As an example, calling the ICog3DShape.ComputeDistance() method of a Cog3DBox returns different
distances depending on how the Cog3DBox's shape state is set.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Vertex | 1 | ||
| Curve | 2 | ||
| Surface | 4 | ||
| Volume | 8 | ||
| Collection | 16 |
See Also