- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm trying to figure out how to use a Min / Max Formula within different Types of the same Family. This is driven by the "LengthControl" Parameter and I use "Length" to input the desired value. This works for Families that only have one Type quite nicely and am trying to me more ambitious with how our Families are made to refine and reduce clutter within our Revit Library.
What I'm struggling with is how to apply this to multiple Types within the same Family where this current breaks down to my current knowledge. The Formula persists between different Types instead what I expected which was to be able to change the Formula for each Type and has thrown me into a loop. What I want to do is be able to have "Size 1 Small Jack" and "Size 1 Large Jack" (And 4 other Types using the same basis) to run off of a Min / Max formula for their own Types instead of having multiple families for just one Prop Size if at all possible.
Size 1 Small Jack Formula: if(Length > 1740 mm, 1740 mm, (if(Length < 1340 mm, 1340 mm, Length)))
Size 1 Large Jack Formula: if(Length > 2500 mm, 2500 mm, (if(Length < 1610 mm, 1610 mm, Length)))
Any replies are appreciated and will check back in the morning with a fresh head.
Solved! Go to Solution.