
Wed, 11/21/2007 - 12:39
Forums:
Hi.
I would like to know if i can define a persistent ID for my shapes.
I load some iges file than process their shapes and I save all the resulting geometry in a custom file. I would like to assign a unique persistant ID to each shape in my file. It is possible with any built in feature?
Sun, 12/02/2007 - 18:13
I think there is no such functionality, but it isn t difficult to realize that. Expand TopoDS_XXX and add an ID with a getter and setter and recompile. I did same for AIS_XXX.