RhinoCommon API
InteropFromOnCurve Method |
Copies a Rhino_DotNet curve to a RhinoCommon curve class.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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: CurveRhinoCommon object on success. This will be an independent copy.
