How to solve the problem that the number of Revit arrays cannot be less than 2? In Revit, when multiple arrays of the same elements need to be created, due to system limitations, the number of arrays cannot be less than 2, which brings inconvenience to the user. PHP editor Baicao will introduce you to clever solution techniques so that the number of arrays is not limited by this. By reading the details below, you'll learn how to easily tackle this challenge in pattern creation in Revit.
The idea is to array out two components, and then add a visibility parameter. When only one component is displayed, the other component is undisplayed. When it is greater than or equal to two, the model of this array is displayed. .
Use the [if] statement to control that when the array value is less than 2, the output value is 2. When the array value is greater than or equal to 2, the original calculation result is maintained.
Add visibility parameters to the array group, enter the group editing environment, select the component, add visibility parameters, when the number of arrays is 1, cancel the visibility of the component, so that An error message will appear.
The above is the detailed content of Tips to solve the problem that the number of Revit arrays cannot be less than 2. For more information, please follow other related articles on the PHP Chinese website!