Thêm Nút Thuộc Tính Màu Điểm Đỉnh
The Transfer Attribute node retrieves values from a target geometry and provides them as a field, so they can be used anywhere.
Đầu Vào
- Mục Tiêu
The geometry to retrieve the attribute from.
- Thuộc Tính
A field to evaluate on the Target geometry for use with the transfer method.
- Vị trí Nguồn
The position to start from when finding the closest location on the target mesh or point cloud. Used in the Nearest Face Interpolated and Nearest modes. By default, this is the same as if the Vị Trí -- Position was connected.
- Chỉ Số
Which index to use when retrieving the data from the input field in Index mode. By default, the index is used, meaning that the data from the source attribute is copied directly to the output. However, a different index can be connected, resulting in a "shuffling" of the values. Indices that are either too large or below 0 are clamped.
Mẹo
To retrieve a single attribute value instead of a field, a single integer input or the Nút Quan Sát -- Viewer Node can be connected to this socket.
Tính Chất
- Phạm vi
Domain that the attribute is transferred from, or in other words, the attribute domain used to evaluate the Attribute input. For example, it is possible to transfer a point attribute from one geometry to the face domain of another geometry.
- Ánh Xạ
How elements from the destination geometry are mapped to the output.
- Chỉ Số
Copy the attribute data from the value at the input index. In this mode, the target geometry can consist of a mesh, point cloud, or curve. The matching component type from the context will be chosen if possible, otherwise a component will be chosen in that order.
- Bề Mặt Gần Nhất được Nội Suy
Transfer the attribute from the nearest point from anywhere on the surface. Non-face attributes are interpolated across the surface (edge attributes are not supported yet). Loose points and edges are ignored.
- Gần Nhất
Transfer the attribute from the nearest element (with a domain chosen by the Domain input). No interpolation is done.
Đầu Ra
- Thuộc Tính
The data retrieved from the Target geometry, mapped based on the node's settings and inputs.