BRepMesh question ???

Hi !

If I use BRepMesh::Mesh( shape, d) to create a mesh for a shape, is there a way to delete this mesh when I am finished with it ?

Mikael

Stephane Routelous's picture

Hello,

I think you can use BRepTools::Clean(theShape) This function removes the triangulation from the TopoDS_Shape

Stephane