Cog3DRangeImageCrossSectionProfile MapLineSegmentToRangeImage3D Method Cognex VisionPro 9.8 SR1
Maps a profile line segment to a line segment in the range image SelectedSpaceName3D.

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

public Cog3DLineSeg MapLineSegmentToRangeImage3D(
	CogLineSegment profileLineSeg,
	string spaceName
)

Parameters

profileLineSeg
Type: Cognex.VisionPro CogLineSegment
The line segment in the profile.
spaceName
Type: System String
The 3D space name from the CoordinateSpaceTree3D.

Return Value

Type: Cog3DLineSeg
A Cog3DLineSeg in the spaceName specified.
Exceptions

ExceptionCondition
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