- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possble to calcalute a parameter from another parameter and vice versa? S one parameter is changed, the other adapts.
For example I have
ConnectorHeightIn = HeightIn - 44 HeightIn = ConnectorHeightIn + 44
At this point I can not calculate HeightIn from ConnectorHeightIn. The calculation has to work both ways.
Solved! Go to Solution.