Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Darrell.johnson
958 Views, 3 Replies

Set option create independent bodies on failed boolean in iLogic rule

 

 

Does anybody know how to set the option "create independent bodies on failed boolean" in an iLogic rule? 
Is there a memeber for this command (oDerivedAssemblyDef.???)?

Thank you in advance

 

@Darrell.johnson

 

Welcome to the Autodesk User's Community..

 

Programming questions and issues should be posted in the Inventor Customization forum for best results

 

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

 

I will have the moderator relocate your posting there to better suite your needs.

Mark Lancaster


  &  Autodesk Services MarketPlace Provider


Autodesk Inventor Certified Professional & not an Autodesk Employee


Likes is much appreciated if the information I have shared is helpful to you and/or others


Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.

Have you tried this: 

 

oDerivedAssemblyDef.IndependentSolidsOnFailedBoolean = True

(from the documentation)

@AlexFielder

It worked.

 

Thank you very much!