ICogImage16RangeLegacy GetTransform3D Method Cognex VisionPro 9.10

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

void GetTransform3D(
	string ToSpace,
	string FromSpace,
	out double M00,
	out double M01,
	out double M02,
	out double M10,
	out double M11,
	out double M12,
	out double M20,
	out double M21,
	out double M22,
	out double TX,
	out double TY,
	out double TZ
)

Parameters

ToSpace
Type: System String
FromSpace
Type: System String
M00
Type: System Double 
M01
Type: System Double 
M02
Type: System Double 
M10
Type: System Double 
M11
Type: System Double 
M12
Type: System Double 
M20
Type: System Double 
M21
Type: System Double 
M22
Type: System Double 
TX
Type: System Double 
TY
Type: System Double 
TZ
Type: System Double 
See Also