Click or drag to resize

InteropToOnXform Method

Constructs a Rhino_DotNet OnXform from a given RhinoCommon Transform.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Object ToOnXform(
	Transform source
)

Parameters

source
Type: Rhino.GeometryTransform
A RhinoCommon source transform.

Return Value

Type: Object
Rhino_DotNet object on success. This will be an independent copy.
See Also