Maps a profile line segment to a line segment in the range image SelectedSpaceName.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
Parameters
- profileLineSeg
- Type: Cognex.VisionPro CogLineSegment
The line segment in the profile.
- spaceName
- Type: System String
The 2D space name from the CoordinateSpaceTree.
Return Value
Type: CogLineSegmentA CogLineSegment 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 CoordinateSpaceTree. |
See Also