Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
AJAlfred Jelinek04/06/2016
I have a plate that has a minimum extruded thickness of 1.25 inches.
Is there a way that I can add an equation in the equation manager or design table that will simply do this:
if "d1@boss-extrude1" < 1.25 then "d1@boss-extrude1" = 1.25
I would like it to still be able to change the 1.250 to any size above that, however it needs to be limited to 1.250 thickness minimum.
I have found iif("d1@boss-extrude1"<1.25, 1.25, 1.25) but that is an if true then 1.25 if false then 1.25....I need it to ignore the false
if I enter it as.... IFS(("d1@boss-extrude1"<1.25, 1.25) ..... it fails.
I am not sure if it can be done....anyone have any ideas?
Thanks,
Al