In my model i have a parameter d21,
I want to hide some of feature id if d21==170
so i wrote simply like this,
if d21==170
ID[1014]=hide
ID[1015]=visible
else if d21==180
ID[1015]=hide
ID[1014]=visible
but it won't works ,please help me
First take a look at this thread...(see first reply)
https://community.ptc.com/t5/Creo-Modeling-Questions/Pro-programming-user-guide/m-p/323358#465975