question about min() and max() functions in user parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So, let's say I am drawing 2 lines in space. They don't have to be in the same plane, they don't have to be coincident at any points, nor do they have to be parallel or perpendicular. Random lines in space.
They don't have to be equal but neither can be more than 40 inches.
Is there a way to enter only a simple max() function parameter so that I can dimension BOTH lines with that same 40 inch maximum measurement BUT retain the ability to resize each line independently by click dragging end points in the sketch?
Basically, 2 lines, same "max()" parameter dim, let's call it maxLen, each independently resizable. Is this possible or does each line require its own named dinension that then has its own referenced max() function?
(I hope that was clear enough)