RhinoMesh.to_compas

RhinoMesh.to_compas(cls=None)[source]

Convert a Rhino mesh to a COMPAS mesh.

Parameters

cls (compas.datastructures.Mesh, optional) – The mesh type.

Returns

compas.datastructures.Mesh – The equivalent COMPAS mesh.