Constructs a Rhino_DotNet OnXform from a given RhinoCommon Transform.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also