ShapePolarityAdornmentConstants EnumerationCognex VisionPro 9.23

Enumeration of adornments for a ShapeModel.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public enum ShapePolarityAdornmentConstants
Members

  Member nameValueDescription
None0

Show no adornments on the shape model.

SolidArrow2

Show a solid arrow pointing in the direction expected to be brighter, according to shape's polarity.

SolidArrowWithTangentArrow16

Show a solid arrow pointing in the tangent direction, and a solid arrow normal vector, pointing to the side expected to be brighter, according to the shape's polarity.

SolidDiamond17

Show a diamond shape with the two triangular halves filled oppositely black or white, with black on the side expected to be darker, and white on the side expected to be brighter, based on the shape's polarity.

Remarks

Enumeration of adornments for a ShapeModel.

See Also