Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
When I change the simplified representation, and run an assembly visitor based on ProFeatureTypeGet and ProAsmcompVisibilityGet, I get the right structure (all excluded are not taken). But when it finished, all the inactive feature status refreshes to active. So on the next run, I get the master simplified representation. I don't know why. Can someone explain me, the reason and how to avoid it?
Thank you!
Solved! Go to Solution.
extern ProError ProSimprepActivate (ProSolid p_solid,
ProSimprep *p_simp_rep);
Purpose: Activates the specified simplified representation.
NOTE:
Operates on assemblies only, not parts.
Call ProSolidDisplay() to display simplified rep correctly.
You called ProSolidDisplay()?
extern ProError ProSimprepActivate (ProSolid p_solid,
ProSimprep *p_simp_rep);
Purpose: Activates the specified simplified representation.
NOTE:
Operates on assemblies only, not parts.
Call ProSolidDisplay() to display simplified rep correctly.
You called ProSolidDisplay()?
No, I didn't call it.
Thank you! 😊 Adding it, solved the problem.