
Fri, 01/15/2010 - 19:31
Forums:
Ok, we all know we can bind an integer to a Shape, but does it get saved when you write the shape to disk (in the .brep file) ?
I am talking about the Bind method in TopTools_DataMapOfShapeInteger class :
Standard_EXPORT Standard_Boolean Bind (const TopoDS_Shape &K, const Standard_Integer &I)
That would be ace if it was actually saved to disk when dumping the shape.
Fri, 01/15/2010 - 22:04
hmm, guess not since it's bound to the map, not the shape.