Cog3DRangeImageCrossSectionProfile MapCircleToRangeImage3D Method Cognex VisionPro 9.8 SR1
Maps a profile circle to a circle in the range image SelectedSpaceName3D.

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

public Cog3DCircle MapCircleToRangeImage3D(
	CogCircle profileCircle,
	string spaceName
)

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: Cog3DCircle
A Cog3DCircle 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