Tue, 07/03/2001 - 14:15
Forums:
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 ?
Tue, 07/03/2001 - 14:28
TopExp::MapShapes works with an INDEXED map of shape. So, using the index should give a stable result