RhinoBrep.to_meshes
- RhinoBrep.to_meshes(u=16, v=16)[source]
Convert the faces of this Brep shape to meshes.
- Parameters:
- uint, optional
The number of mesh faces in the U direction of the underlying surface geometry of every face of the Brep.
- vint, optional
The number of mesh faces in the V direction of the underlying surface geometry of every face of the Brep.
- Returns:
- list[
Mesh
]
- list[