Suppress By Expression / Feature Group
Suppress By Expression / Feature Group
(OP)
I have 2 Section's/Sketches "Sketch(9) & Sketch(11) SEE ATTACHMENT
I have a SUPPRESS BY EXPRESSION than controls them: X < 90degrees Sketch(9) is Active Sketch(11) is Suppressed
X >=90degrees Sketch (9) is Suppressed , Sketch (11) is Active
Here is where it gets funky.....
You can see I have both sketches inside a Feature Group. I also have that Feature group(13) controlled by a SUPPRESS BY EXPRESSION. What I am trying to do is Suppress Feature group(13) and turn on a additional Feature Group.
The problem is I have SUPPRESS BY EXPRESSION on the sketches (9) & (11) which are also Inside the Feature Group(13) also controlled by a suppress by expression.
Is there any way to do this inside of NX with basic expressions? Is there a If/Than expression?
Any input would be helpful. Thanks

I have a SUPPRESS BY EXPRESSION than controls them: X < 90degrees Sketch(9) is Active Sketch(11) is Suppressed
X >=90degrees Sketch (9) is Suppressed , Sketch (11) is Active
Here is where it gets funky.....
You can see I have both sketches inside a Feature Group. I also have that Feature group(13) controlled by a SUPPRESS BY EXPRESSION. What I am trying to do is Suppress Feature group(13) and turn on a additional Feature Group.
The problem is I have SUPPRESS BY EXPRESSION on the sketches (9) & (11) which are also Inside the Feature Group(13) also controlled by a suppress by expression.
Is there any way to do this inside of NX with basic expressions? Is there a If/Than expression?
Any input would be helpful. Thanks





RE: Suppress By Expression / Feature Group
Also, what version of NX are you using?
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Suppress By Expression / Feature Group
If ( a = b ) Then ( true ) Else ( false )
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Suppress By Expression / Feature Group