Open
Description
Hello,
I am dealing with a following issue: an .iges file contains geometry as well as naming for surfaces (they are not unique, i.e. multiple surfaces can have the same name, thus forming a "zone"). I want to extract all surfaces, that have a predefined name (I have a list of all possible names). Is it possible to do using pythonOCC?
I am able to load the CAD file but cannot understand if there is a way to look at properties, names of the entities etc. Could you help me out on this?
Thanks for any tip in advance!