DiscussionsIssue archiveOther usage issues

Archived discussion

BRepTools::write and read

Other usage issuesTue, 07/03/2001 - 14:151 reply

Browse this forum
QuestionAuthor

Hi

I have a TopoDS_Shape which I explore faces with a ToExp::MapShape. I obtain an orderer list of faces.

I write my shape with BRepTools , then read it with the same class.

Do I obtain the same order when I explore faces before and after the (write/read) operation ?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

TopExp::MapShapes works with an INDEXED map of shape. So, using the index should give a stable result