Cog3DShapeStateConstants EnumerationCognex VisionPro 9.5
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.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public enum Cog3DShapeStateConstants
Members

  Member nameValueDescription
Vertex1
Curve2
Surface4
Volume8
Collection16
See Also