Maps a profile circle to a circle in the range image SelectedSpaceName3D.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax
Parameters
- profileCircle
- Type: Cognex.VisionPro CogCircle
The circle in the profile.
- spaceName
- Type: System String
The 3D space name from the CoordinateSpaceTree3D.
Return Value
Type: Cog3DCircleA Cog3DCircle in the spaceName specified.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the spaceName is null. |
| ArgumentNullException | If the ProfileSpaceTree is null. |
| ArgumentNullException | If the CoordinateSpaceTree is null. |
| ArgumentNullException | If the ProfileSelectedSpaceName is null. |
| CogSpaceTreeNameNotInTreeException | If the spaceName is not found in the CoordinateSpaceTree3D. |
See Also