Message 1 of 4
Help_ Im trying to subtract height when I unsuppress / add a chamfer-ilogic rule

Not applicable
01-30-2020
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to set up an ilogic rule to subtract 25 from a door when I click true on the form (Add a chamfer)
False and no chamfer = original height
True and chamfer = original height - 25mm
Im having some trouble.
Appreciate if someone could help me out
Thanks.
Parameter Form
Parameter("Gable Left", "Depth") = Depth Parameter("Gable Left", "Height") = Height Parameter("Bottom", "Width") = Width Parameter("Bottom", "Depth") = Depth Parameter("Gable Right", "Depth") = Depth Parameter("Gable Right", "Height") = Height Parameter("Top:1", "Depth") = Depth Parameter("Top:1", "Width") = Width Parameter("Back", "Width") = Width Parameter("Back", "Height") = Height - 36 Parameter("Door", "Width") = Width +31 Parameter("Door", "Height") = Height
Suppression Form
Feature.IsActive("Back", "Cut") = Back_CUT Feature.IsActive("Door", "Chamfer1") = Chamfer Feature.IsActive("Door", "RIGHT HANDLE") = Handle_Right Feature.IsActive("Door", "LEFT HANDLE") = Handle_Left