The Separate Shapes node is a utility for managing multiple shapes.
Its main purpouse of a node is indexing shapes. If multiple shapes are provided, it assigns a new, indexed label to each one, making them easy to target with expressions/group node pattern.
This is particularly useful after a Copy/Transform node operation that creates multiple shapes, or when you need to procedurally reference items from a Merge node.
Parameters
| Parameter | Description | 
|---|---|
| Label | The display name for the node. | 
Example
| Scenario | Description | Result | 
|---|---|---|
| Indexing Shapes | When multiple shapes are input, the node passes them through and assigns new, indexed labels (shape_1, shape_2). |