Attribute copy node transfers an attribute from one stream of geometry directly to another stream, based on their index alignment.
Unlike Attribute Transfer (which works via spatial distance), Attribute copy works sequentially. This makes it ideal for copying attributes between geometries that share the exact same topology or point count.
Inputs
Source
Target
Attribute copy
Source
Source geometry (provides the attribute).
Target
Destination geometry (receives the attribute).
Parameters
| Parameter | Description |
|---|---|
Label | The display name of the node. |
Group | The group of shapes to affect. |
Class | Where to look for the attribute. |
Attribute name | Name of the attribute to copy from Source. |
New name | Optional new name for the attribute on Destination. |