top of page
Sheet Auto.gif

The following Dynamo routine has the goal to create multiple sheets at once, including the filling out of tittle-blocks, in the general project information labels, and setting the parameter to sort the Sheet tree in the browser. For greater simplicity in the graph, it was developed four custom Python nodes. The first one (image below left) create the Sheet Code from the sum of the initial values. The second one (image below right) create the Sheet Name from the secuences of the initial values.

111.PNG
222.PNG

The third one (image left below) create the list of value parameter to sort the sheet tree in the browser organization according with the layout type (Floor Plan, Sections, Facades, etc). The last one (image right below) create the sheets according with the Sheet Code and Sheet Name lists.

333.PNG
44.PNG
bottom of page