Click or drag to resize

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
)

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