Cog3DRangeImageCrossSectionProfileSpaceSelectionConstants EnumerationCognex VisionPro
An enumeration that specifies which profile coordinate space will be used as the selected profile space when the operators are executed.

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

[FlagsAttribute]
public enum Cog3DRangeImageCrossSectionProfileSpaceSelectionConstants
Members

  Member nameValueDescription
Default0 The selected profile space will not be changed. It is already specified by the ProfileSelectedSpaceName of the profile that is passed into the Execute(Cog3DRangeImageCrossSectionProfile) method.
Existing1 An existing profile coordinate space will be used as the selected profile space. The name of the existing space is given by ProfileExistingSpaceName.
New2 A new profile coordinate space will created and used as the selected profile space. The name of the new space is given by ProfileNewSpaceName and its transform is given by DefautFromNewTransform.
See Also