I want to query a TopoDS_Shape by its name. First, an IGES file is loaded with the IGESControl_Reader. As far as I have seen in the sourcecode, the sections containing the names are directory sections. Unfortunately, I can't see where I could query these directory entries or, that would be the best, how to get a shape by the name referenced in the IGES file.
So, is there a possible solution? What could I do?
Best,
Matthias
Matthias Teich
2008-05-16 10:22
You should search the forum for IGESCAFControl_Reader, there you can use layers, colors and names
Matthias Weber
2008-05-16 18:01
Thank you very much! I did and from the sourcecode I programmed the following.
It is included in a class that is derived from IGESControl_Reader.