Collect
Collects all primitives from all geometry inputs into a single geometry output.
Inputs
-
geometry
- Accepts multiple geometry connections.
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Note(s)
- This node simply gathers incoming primitives into a list, arranging them in the order of their associated geometry input connections.
- Other names for this node include: Merge and Collate.