Skip to main content
1-Visitor
April 3, 2017
Question

Deactivate a feature Id

  • April 3, 2017
  • 2 replies
  • 2206 views

I have a Model file .In my model file d21 is a name of a parameter. 22971 is the name of a feature.I want to display the feature id 22971 when d21==168

So i write a program in my relation

if d21==168

22971 = False

endif


But this is not working.Please help me to Solve my issue.

2 replies

24-Ruby III
April 3, 2017

Hi,

you can suppress specific feature using Pro/PROGRAM functionality. Look into Creo Help.

MH

ddhini1-VisitorAuthor
1-Visitor
April 4, 2017

Can you please Explain with simple code ? Thanks in advance