OCCBrep.to_meshes

OCCBrep.to_meshes(u=16, v=16)

Convert the faces of the 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]