Click or drag to resize

InteropToOnCurve Method

Constructs a Rhino_DotNet OnCurve that is a copy of a given curve.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Object ToOnCurve(
	Curve source
)

Parameters

source
Type: Rhino.GeometryCurve
A RhinoCommon source curve.

Return Value

Type: Object
Rhino_DotNet object on success. This will be an independent copy.
See Also