Cog3DRangeImageCrossSectionAreaOperatorBase CreateResultInputGraphics Method Cognex VisionPro 9.7
Create the input graphics and add them to the provided graphicCollection

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

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

Parameters

graphicCollection
Type: Cognex.VisionPro CogGraphicCollection
A constructed CogGraphicCollection to add the graphics to.
profileDefaultSpace
Type: System String
The profile's default sapcen name
profileSelectedSpaceName
Type: System String
The profile's selected space name
xformProfileDefaultFromProfileSSN
Type: Cognex.VisionPro CogTransform2DLinear
The 2D transformation to map shapes from the profile's SelectedSpaceName to the profile's DefaultSpaceName
See Also