Attribute Transfer Node
The Attribute Transfer node transfers an attribute from one geometry to another.
输入
- 几何数据(Geometry)
Geometry to transfer the attribute to.
- Source Geometry
Geometry to transfer the attribute from.
- 源
Name of the attribute on the source geometry.
- 目标
Name of the attribute on the destination geometry.
属性
- 域
Domain that the attribute is transferred to. For example, it is possible to transfer a point attribute from one geometry to the face domain of another geometry. In Auto mode, the node tries to guess the domain based on what domain the attribute belongs to.
- 映射
How elements from the destination geometry are mapped to points on the source geometry.
- 最近的面插值
Transfer the attribute from the nearest point on the surface. Non-face attributes are interpolated across the surface (edge attributes are not supported yet). Loose points and edges are ignored.
- 最近
Transfer the attribute from the nearest element. No interpolation is done.
输出
- 几何数据(Geometry)
Standard geometry output.