Cog3DPointCloudMeshGraphic GetTransform3D Method Cognex VisionPro 9.22 SR1
Gets the transformation

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

public override ICog3DTransform GetTransform3D(
	string to,
	string from
)

Parameters

to
Type: System String
The destination 3D space name.
from
Type: System String
The source 3D space name.

Return Value

Type: ICog3DTransform
An ICog3DTransform that contains the transformation.
See Also