RhinoNurbsSurface.to_mesh

RhinoNurbsSurface.to_mesh(nu=100, nv=None)[source]

Convert the surface to a quad mesh.

Parameters
  • nu (int, optional) – Number of faces in the U direction.

  • nv (int, optional) – Number of faces in the V direction.

Returns

Mesh