Hide and show parts
Hello All,
I would like to hide and show automatically the parts of a model using Pro/Toolkit. I don't want to have the user clicking to select them.
In fact I have an array of solids that are in my model : ProSolid* solidList; I can also have access to the asm component path of each part.
I saw the function ProModelitemUnhide and ProModelitemHide but, if I understood well, in order to use it I have to have the modelitem of my parts...
How do I get the modelitem of a part?
or
How can I hide/show parts?
Thank you
Emilie

