Creating a Complex Volume With Nodes in Series
Users are encouraged to keep each transformation step within each node for higher clarity of the workflow. In this simple example, learners will explore connecting nodes in series.
The final output is achieved by going through 2 transformation steps - extruding a simple volume, followed by scaling each floor.
First node (Base building): Create a simple building block. In the final output, each floor is shown to be smaller than its previous one. As this information will be required in the next node, these entities are given the attribute value of “floors”.
Second node (Scale): query.get the floors using the assigned attribute and scale all of them in a For loop.