BRepTools::write and read

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 ?

Christian CAILLET's picture

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