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
)
Public Shared Function ToOnXform (
source As Transform
) As Object
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