An enumeration that specifies which profile coordinate space will
be used as the
selected profile space when the
operators are executed.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | 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. | |
| Existing | 1 | An existing profile coordinate space will be used as the selected profile space. The name of the existing space is given by ProfileExistingSpaceName. | |
| New | 2 | 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