I need to add a condition to my form...?

I need to add a condition to my form...?

chris
Advisor Advisor
323 Views
2 Replies
Message 1 of 3

I need to add a condition to my form...?

chris
Advisor
Advisor

I have a few options to choose from for a part I am making, but to cut down on the confusion when changing this part I wanted to add in some conditions to the form to limit changes.

 

Example: 

 

There is a tubing Type to choose from, when Square_Rect is chose I'd like the "Tubing_Round_Size to be "grayed out", likewise, when the Tubing_Type "Round" is chosen, I'd like the (Tubing_Square_Rect_Size) box options to be grayed out.

 

I have this working for the "Corner_Type", but between corner type and corner cut it's either true or false... not sire how to make this work for two options, based on which option is chosen.Options.PNGOptions2.PNG

0 Likes
324 Views
2 Replies
Replies (2)
Message 2 of 3

bradeneuropeArthur
Mentor
Mentor

For ilogic or vba or vb.net?

Regards

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 3

chandra.shekar.g
Autodesk Support
Autodesk Support

@chris,

 

This can be achieved by creating Boolean parameter in the document and control this parameter based on the value of "Tubing_Type" by enabling parameter name.

 

If tubing Type is choose as "Square_Rect", then value of Boolean parameter is "false" which disables or grey out the "Tubing_Round_Size" parameter and vice versa.

 

For more details, refer below blog link

 

https://www.cadlinecommunity.co.uk/hc/en-us/articles/211696909-Inventor-iLogic-form-behaviour-Enabli...

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes