Cog3DRangeImageCrossSectionExtractPointDirectionSelectionModeConstants EnumerationCognex VisionPro 9.5
An enumeration that specifies how the direction of the point extarction extraction will be defined.

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

public enum Cog3DRangeImageCrossSectionExtractPointDirectionSelectionModeConstants
Members

  Member nameValueDescription
DirectionFromPredefinedList0 The direction is specified by one of the points from the predefined list: top, left, etc...
DirectionFromAngle1 The direction is specified by a user given angle
DirectionFromLineSegment2 The direction is specified by a line segment
See Also