Message 1 of 4
Limiting the Range of User Parameters using min() / max()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I tried searching for a method to limit the range of user parameters (as to not break my design if the entered parameter was outside of a specific range) but my search came up empty.
I did however find a method using min() / max() as shown in the screenshot below.
Thought I would post it here for others that might not stumble upon how to do it.
I used Rc as a prefix, as Rl makes it harder to read, I just think of it as Range check.
This method does allow entering an out of range value in the Favorites section, but the value is adjusted to within the specified range. Just use the Rc prefixed parameter in your design (in this example RcHeight, RcWidth, or RcDepth) .