CopyShapeConstants EnumerationCognex VisionPro 9.21

Enumeration of copy constants for duplicating shapes.

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

[FlagsAttribute]
public enum CopyShapeConstants
Members

  Member nameValueDescription
GeometryOnly0

Only the geometric properties that define the shape will be copied into the new shape.

BasicGraphics1

Copy the IGraphic and IGraphicInteractive properties into the new shape. Does not copy the enabled degrees of freedom.

DOFs2

Copy the enabled degrees of freedom into the shape.

Children4

Copy any children of the current shape into the new shape.

All4294967295

Copy all properties including child shapes into the new shape.

Remarks

Enumeration that specifies which aspects of shapes to copy.

See Also