RhinoNurbsSurface.from_rhino

classmethod RhinoNurbsSurface.from_rhino(native_surface)[source]

Construct a surface from an existing Rhino surface.

Parameters:
native_surfaceRhino.Geometry.Surface

A Rhino surface.

Returns:
compas_rhino.geometry.RhinoSurface

Warning

Deprecated since version 2.3: Use from_native instead.