
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I've got one parameter whose length changes depending on the type, so it is a type parameter. "Type Length"
I've got another parameter that the user can enter a custom length with. "Custom Length"
Then I have a yes/no type parameter "Is Custom" set to no on all types except the custom length type
Last: there is a final length parameter that reads the type-based length parameter when the Yes/No is set to No. It reads the custom length when the Yes/No is set to Yes. "Final Length"
formula:
if(Is Custom, Custom Length, Type Length)
This works fine, however, if a user is drawing with the type based lengths for awhile, then decides to change one family instance to a custom length, the family file adjusts to the default of the Custom Length parameter. In many cases, this is an extreme change and can break the system.
Is there a way to have Custom Length follow along with the current Type Length until the user decides to have a custom length? That way, when they do swap, there is no immediate change?
Solved! Go to Solution.