suppression

suppression

SpokenEarth
Advocate Advocate
289 Views
2 Replies
Message 1 of 3

suppression

SpokenEarth
Advocate
Advocate

Hi, I have an assembly with two parts.
I'm trying to suppress the part shaft and the feature hole from the part plate at the same time within the assembly and control the suppression with a Boolean true/false parameter.
Can anyone help?

 

1.JPG

0 Likes
Accepted solutions (2)
290 Views
2 Replies
Replies (2)
Message 2 of 3

Andrii_Humeniuk
Advisor
Advisor
Accepted solution

Hi @SpokenEarth . You need to add a user parameter as in the screenshot:

UsParam.png

And this iLogic code:

Component.IsActive("shaft:1") = Not b_Suppr
Feature.IsActive("plate:1", "hole") = not b_Suppr

Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor

LinkedIn | My free Inventor Addin | My Repositories

Did you find this reply helpful ? If so please use the Accept as Solution/Like.

EESignature

0 Likes
Message 3 of 3

SpokenEarth
Advocate
Advocate
Accepted solution

Thank you Andrii

0 Likes