Can someone explain to me how to suppress equations for
differentconfigurations? I am trying to apply a
multiplication factorto a sketch dimension using equations.
For example, I want D2to be 2.00 in my CONFIG1. In
CONFIG2, I want D2 to bemultiplied by my multiplication factor
(X=1.5 as declared inEquations), so D2 now solves to 3.00.
However, this equationneeds to be suppressed for CONFIG1.
I cannot get thisaccomplished, and SW Help does not explain
it clearly.
I know I could just change the dimension manually for eachconfiguration, but I want to apply this same multiplication factorin several places on the part, plus I will probably have to adjustthis multiplication factor after the parts are actually bent.
Anyone have some insight for me?
Thanks,
Nick VW
I know I could just change the dimension manually for eachconfiguration, but I want to apply this same multiplication factorin several places on the part, plus I will probably have to adjustthis multiplication factor after the parts are actually bent.
Anyone have some insight for me?
Thanks,
Nick VW
Create a table something like this
Config D1 D2 X
1 2.0 2.0 1.0
2 2.0 3.0 1.5
Where D2 equals D1 times X.
Make sure there's a blank column between D2 & X, so SW knows to ignore X.
More info & examples for design tables in SW help.
Don