NurbsSurface.from_native

classmethod NurbsSurface.from_native(surface)[source]

Construct a NURBS surface from a surface object.

Parameters:
surfaceRhino.Geometry.NurbsSurface

A CAD native surface object.

Returns:
compas.geometry.NurbsSurface

A COMPAS NURBS surface.