Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok i give!
I know this really simple but i cant seem to get it to work.
I have a simple plate with four or eight holes. Two different hole patterns one of which is named "eight bolt"
I have User Parameter "eight_hole" as a True/False.
All i want to do is suppress the "eight bolt" feature when the user parameter "eight_hole" goes to false. Simple right?
I have set all trigger conditions to this iLogic code but still doesn't work. What is up with this?
SyntaxEditor Code Snippet
If Parameter("eight_hole") = True Then Feature.IsActive("eight bolt") = True Else Feature.IsActive("eight bolt") = False End If
E. Small
Eric Small
Autodesk Inventor Professional
Sr. Mechanical Designer
Autodesk Inventor Professional
Sr. Mechanical Designer
Solved! Go to Solution.