Create the input graphics and add them to the provided graphicCollection
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 93.1.0.0
public virtual void CreateResultInputGraphics(
CogGraphicCollection graphicCollection,
string profileDefaultSpace,
string profileSelectedSpaceName,
CogTransform2DLinear xformProfileDefaultFromProfileSSN
)
public virtual void CreateResultInputGraphics(
CogGraphicCollection graphicCollection,
string profileDefaultSpace,
string profileSelectedSpaceName,
CogTransform2DLinear xformProfileDefaultFromProfileSSN
)
Public Overridable Sub CreateResultInputGraphics (
graphicCollection As CogGraphicCollection,
profileDefaultSpace As String,
profileSelectedSpaceName As String,
xformProfileDefaultFromProfileSSN As CogTransform2DLinear
)
Public Overridable Sub CreateResultInputGraphics (
graphicCollection As CogGraphicCollection,
profileDefaultSpace As String,
profileSelectedSpaceName As String,
xformProfileDefaultFromProfileSSN As CogTransform2DLinear
)
public:
virtual void CreateResultInputGraphics(
CogGraphicCollection^ graphicCollection,
String^ profileDefaultSpace,
String^ profileSelectedSpaceName,
CogTransform2DLinear^ xformProfileDefaultFromProfileSSN
)
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