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

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

Anonymous
Not applicable
462 Views
3 Replies
Message 1 of 4

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

Anonymous
Not applicable
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




0 Likes
463 Views
3 Replies
Replies (3)
Message 2 of 4

WCrihfield
Mentor
Mentor

If you could attach screen captures of your Forms, Parameters, & Geometry and/or the part file itself, it would be easier for us to help you.

I assume by looking at your code that this is a local iLogic rule, right?

I assume also that, in your lower section of code, Back_CUT, Chamfer, Handle_Right, & Handle_Left are local Boolean type Parameters, correct?

   -If not, then you need to replace them with either True, False, or a Boolean type Parameter.

What effect are changing those features supposed to have on the parts?

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 4

Anonymous
Not applicable

Thanks for the reply, 

see attached pdf.

 

0 Likes
Message 4 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@Anonymous,

 

It would be better if you can provide non confidential assembly files to investigate.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes