Hi Chander Sheker G,
Thanks for the reply. Sorry for not being very clear with the message in my intial post. I was trying to write an iLogic code to link with a form where I would be turning off those features. Problem I am facing is that I can't seem to find where to do same with planes.
Below is sample code:
SyntaxEditor Code Snippet
If Spacers = "2" Then Feature.IsActive("SpacerHoles01") = True
If Spacers = "2" Then Feature.IsActive("SpacerHoles02") = True
If Spacers = "1" Then Feature.IsActive("SpacerHoles01") = True
If Spacers = "1" Then Feature.IsActive("SpacerHoles02") = False
If Spacers = "0" Then Feature.IsActive("SpacerHoles01") = False
If Spacers = "0" Then Feature.IsActive("SpacerHoles02") = False
Now these features SpacerHoles01 and SpacerHoles02 should turn on/off with their respective work planes names as Spacer1 and Spacer2.
I hope I made myself clear this time.
best regards,
Sajid Mahmood