InteropFromOnCurve Method |
Copies a Rhino_DotNet curve to a RhinoCommon curve class.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static Curve FromOnCurve(
Object source
)
Public Shared Function FromOnCurve (
source As Object
) As Curve
Parameters
- source
- Type: SystemObject
RMA.OpenNURBS.IOnCurve or RMA.OpenNURBS.OnCurve.
Return Value
Type:
Curve
RhinoCommon object on success. This will be an independent copy.
See Also