BRep.to_meshes

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

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