Visibility of assembly components
Hello.
I have written a program to explore an assembly, by connection to an open PTC Creo session (using of ProEngineerConnect()).
This program uses the function ProSolidFeatVisit(visit_model_cb) to visit each component of the main assembly.
An the called function visit_model_cb() uses itself the ProSolidFeatVisit() function recursively.
So, the entire assembly is visited.
My probem is that I can not detect the hidden components, in visit_model_cb().
I tried ProFeatureVisibilityGet(), ProFeatureStatusGet(), ProAsmcompVisibilityGet() but all these functions return true for the visibility of the visited component, even if this component is hidden in PTC Creo.
I would appreciate any help to solve my problem.
Thank you.
Best regards.

