Gets the transformation
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 87.1.0.0
public override ICog3DTransform GetTransform3D(
string to,
string from
)
public override ICog3DTransform GetTransform3D(
string to,
string from
)
Public Overrides Function GetTransform3D (
to As String,
from As String
) As ICog3DTransform
Public Overrides Function GetTransform3D (
to As String,
from As String
) As ICog3DTransform
public:
virtual ICog3DTransform^ GetTransform3D(
String^ to,
String^ from
) override
public:
virtual ICog3DTransform^ GetTransform3D(
String^ to,
String^ from
) override
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.