Cog3DRangeImageCrossSectionAreaLineSegments CreateResultInputGraphics Method Cognex VisionPro 9.20
Create the input graphics and add them to the graphicCollection provided..

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

public override void CreateResultInputGraphics(
	CogGraphicCollection graphicCollection,
	string profileDefaultSpace,
	string profileSelectedSpaceName,
	CogTransform2DLinear xformProfileDefaultFromProfileSSN
)

Parameters

graphicCollection
Type: Cognex.VisionPro CogGraphicCollection
A constructed CogGraphicCollection.
profileDefaultSpace
Type: System String
The default space name of the profile
profileSelectedSpaceName
Type: System String
The selected space name of the profile
xformProfileDefaultFromProfileSSN
Type: Cognex.VisionPro CogTransform2DLinear
The 2D linear transform that maps from the profile's selected space to the profile's default space
See Also