RhinoCommon API
InteropToOnXform Method |
Constructs a Rhino_DotNet OnXform from a given RhinoCommon Transform.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static Object ToOnXform( Transform source )
Public Shared Function ToOnXform ( source As Transform ) As Object
Parameters
- source
- Type: Rhino.GeometryTransform
A RhinoCommon source transform.
Return Value
Type: ObjectRhino_DotNet object on success. This will be an independent copy.
