Message 1 of 2
User input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
we have an Part with 4 Parameter, lets call them A,B,C,D they are depending on each other in their formulas.
If A changes, the other three have to be new calculated.
I got this working, but i think in an unelegant way. I use a Parameter like A-Memory as help and i say:
If A <> A-Memory then
B = ...
C...
D..
End if
And the same for B,C,D. Is there a better way?
Now the Point where i dont know any solution except a huge ton of If else chains.
If A and B Change at the same time (which is possible in the Factory Design Suite) the other 2 are new calculated and A,B are fix.
Any ideas?
Kind regards