Cog3DRangeImageCrossSectionProfile MapPointToRangeImage3D Method Cognex VisionPro 9.5
Maps a profile point to a point in the range image SelectedSpaceName3D.

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

public Cog3DVect3 MapPointToRangeImage3D(
	double profilePointX,
	double profilePointY,
	string spaceName
)

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: Cog3DVect3
A point in the spaceName specified as a Cog3DVect3 object.
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