CompositeShapeCompositionModeConstants EnumerationCognex VisionPro 9.20

Enumeration of composite shape composition modes.

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

public enum CompositeShapeCompositionModeConstants
Members

  Member nameValueDescription
Uniform0

In this mode the composite shape acts as if it were a single rigid unified shape, with one color, line style, and so on. Graphics properties of the composite shape are propagated to the subshapes.

Freeform1

In this mode the shape acts as a conglomerate of shapes with potentially many different colors, line styles, and so on. Graphics properties of the composite shape are not propagated to the subshapes.

Remarks

Enumeration of composite shape composition modes. Use CompositionMode to set the composition mode. If the composition mode is Uniform, all of the composite shape's graphic properties (line style, width, color, and so on) are propagated to all of the subshapes.

See Also