Informed Design helps building product manufacturers supply customizable Revit families to their customers.
The building product manufacturer publishes their configurable manufacturing model via Informed Design for Inventor.
The architectural designer can then configure the design using Informed Design for Revit, generating and inserting the required variant as a loadable family (RFA).
Click here to learn how to publish your manufacturing model to Informed Design.
So – how can the building product manufacturer prevent the Revit user from inputting unmanufacturable values?
In this post, we’ll learn two ways to use the ‘Parameter’ code blocks in the Informed Design product definition editor to limit the allowable inputs.
Click here to learn more about Codeblocks for Industrialized Construction.
You can ensure that your customers input only approved options by providing them with an approved option list.
We do this by combining a Parameter Codeblock with a List Codeblock.
Note: Use the Parameters space of the product definition to adopt parameters from the manufacturing model, making them available in the Parameter Codeblock.
In the Product Definition editor > Rules space > Input tab
The input will become a drop-down list containing your values.
TIP: This method also works with a text-based list.
Click here for the Informed Design Help page on Parameter codeblocks.
Another approach is to limit the minimum and maximum values that can be entered. You can even provide an increment value to ensure that the value is (for example) a whole number.
We do this with multiple copies of the Parameter Codeblock.
In the Product Definition editor > Rules space > Input tab
The input will automatically include text with your min, max, and increment values.
If a value is entered that is outside the limits, it will automatically be set to the nearest low or high value. An exclamation sign will appear next to the input. On rollover, the user will get a message explaining what happened.
If a value is entered which does not meet the increment requirement, the value will be rounded to the nearest increment. An exclamation sign will appear next to the input. On rollover, the user will get a message explaining what happened.
Clicking into the input will reveal up and down arrows, which can be used to ‘nudge’ the current value to the next nearest increment.
Click here for the Informed Design help page on Parameter codeblocks
Now you know how to limit a Revit users' inputs to your allowable, manufacturable values – creating certainty and removing frustration for both you, and your architectural design customers.
How will you use this option when publishing to Informed Design? Let us know in the comments!