Cog3DShapeProjector ShapeRepresentation Property Cognex VisionPro
Gets/sets how shapes are to be rendered.

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

public virtual uint ShapeRepresentation { get; set; }

Property Value

Type: UInt32
Bitfield specifying how shapes are rendered. Set the Cog3DShapeStateConstants::Vertex bit to have vertices representing the shape rendered. Set the Cog3DShapeStateConstants::Curve bit to have the curves representing the shape rendered.
Exceptions

ExceptionCondition
ArgumentException The Cog3DShapeStateConstants::Vertex bit and/or the Cog3DShapeStateConstants::Curve bit must be set in shapeRepresentation.
See Also