RhinoNurbsCurve.from_rhino

classmethod RhinoNurbsCurve.from_rhino(native_curve)[source]

Construct a curve from an existing Rhino curve.

Parameters:
native_curveRhino.Geometry.Curve
Returns:
compas_rhino.geometry.RhinoCurve

Warning

Deprecated since version 2.3: Use from_native instead.