Hello,
I think you can use BRepTools::Clean(theShape) This function removes the triangulation from the TopoDS_Shape
Commenter-1
Archived discussion
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
Discussion
Posts are displayed in their archived order.
Hello,
I think you can use BRepTools::Clean(theShape) This function removes the triangulation from the TopoDS_Shape
Commenter-1