RhinoBrep.to_meshes

RhinoBrep.to_meshes(u=16, v=16)[source]

Convert the faces of this Brep shape to meshes.

Parameters
  • u (int, optional) – The number of mesh faces in the U direction of the underlying surface geometry of every face of the Brep.

  • v (int, optional) – The number of mesh faces in the V direction of the underlying surface geometry of every face of the Brep.

Returns

list[Mesh]