Geometry | G | Geometry to recursively transform | Geometry |
Transform | X | Transformation that will be used to transform the geometry at each recursive step
(X outputs of components that perform transformations like Move, Scale, Rotate, etc.)
Use Pufferfish's Mass Transform component or Grasshopper's Compound component to combine multiple transformations into one transform to use in this input, so multiple transformations can affect the geometry.
(*Be extra careful with transformations such as scaling as recursively scaling with many steps can quickly generate extremely large or small sized geometry, which may freeze Grasshopper) | Transform |
Steps | N | Number of recursive transformation steps | Integer |
Last | L | If True, only the last step of the recursive transform is calculated and output.
If False, every step of the recursive transform is calculated and output. | Boolean |