Brep.to_meshes

Brep.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[compas.datastructures.Mesh]