DiscussionsIssue archiveOther usage issues

Archived discussion

BRepMesh question ???

Other usage issuesThu, 03/16/2000 - 17:061 reply

Browse this forum
QuestionAuthor

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

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hello,

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

Commenter-1