Maps a profile point to a point in the range image SelectedSpaceName3D.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.0.0.0
Syntax
Parameters
- profilePointX
- Type: System Double
The x-coordinate of the profile point.
- profilePointY
- Type: System Double
The y-coordinate of the profile point.
- spaceName
- Type: System String
The 3D space name within the CoordinateSpaceTree3D.
Return Value
Type: Cog3DVect3A point in the spaceName specified as a Cog3DVect3 object.
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