CogSurfaceFXSpaceTreeModeConstants EnumerationCognex VisionPro 9.5
Enumeration to select how to construct the space tree of the output image.

Namespace: Cognex.VisionPro.SurfaceFX
Assembly: Cognex.VisionPro.SurfaceFX (in Cognex.VisionPro.SurfaceFX.dll) Version: 69.0.0.0
Syntax

public enum CogSurfaceFXSpaceTreeModeConstants
Members

  Member nameValueDescription
CopyLitFromRight0 Copy the coordinate space tree from LitFromRightImage.
CopyLitFromBottom1 Copy the coordinate space tree from LitFromBottomImage.
CopyLitFromLeft2 Copy the coordinate space tree from LitFromLeftImage.
CopyLitFromTop3 Copy the coordinate space tree from LitFromTopImage.
MergeAll4 Merge all trees.
See Also