iLogic Suppression Corner Seams

HogueOne
Enthusiast

iLogic Suppression Corner Seams

HogueOne
Enthusiast
Enthusiast

Hello there,

 

My goal is to create a panel with flanges that a user will be able to toggle on or off in a form. I also want to make sure that corner seams are suppressed if any panels it intended to treat are suppressed. The code I wrote out appears to work fine when changing the boolean parameters for the top or bottom flanges, but the left and right flanges both cause errors. I suspect this is less to do with the code and more to do with the order these features appear in the feature tree, but I'm stumped. Would someone more experienced with iLogic be able to identify my error in the code?

 

Thanks in advance.

 

ahogue73DAM_0-1718987550821.pngahogue73DAM_1-1718987596207.png

 

 

0 Likes
Reply
267 Views
3 Replies
Replies (3)

cgchad
Contributor
Contributor

You might get better responses in the iLogic forum.

https://forums.autodesk.com/t5/inventor-programming-ilogic/bd-p/120

kacper.suchomski
Mentor
Mentor

Hi

Maybe this method:

https://youtu.be/VB7jygfmXoo?feature=shared


Kacper Suchomski

EESignature


YouTube - Inventor tutorials | WWW | LinkedIn | Instagram

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


johnsonshiue
Community Manager
Community Manager

Hi! For this case, I don't think the iLogic will work well. Even suppressing the flanges individually may lead to errors. It is because these features are not totally independent. The corner seams have implicit mutual dependency. You may right-click on each feature in the browser -> Relationship, to see the parent/child relationship.

I think the quickest approach might be creating 4 sets of flanges so that each set can be suppressed entirely independently.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes