Transfer Attribute Node
The Transfer Attribute node retrieves values from a source geometry and provides them as a field, so they can be used anywhere.
Đầu Vào (Inputs)
- Nguồn (Source)
Hình học để trích xuất thuộc tính từ đó ra.
Ghi chú
This node only supports instances in the source geometry when the Mapping method is set to Index.
- Thuộc Tính
Một trường để tính toán trên hình học "Nguồn" nhằm sử dụng với phương pháp thuyên chuyển.
- Vị Trí Nguồn (Source Position)
The position to start from when finding the closest location on the source mesh or point cloud. Used in the Nearest Face Interpolated and Nearest modes. By default, this is the same as if the Nút Vị Trí (Position Node) was connected.
- Chỉ Số (Index)
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 Số Nguyên (Integer Node) can be connected to this socket.
Tính Chất (Properties)
- Phạm Vi (Domain)
phạm vi thuộc tính (attribute domain) mà thuộc tính được thuyên chuyển từ đó đến, hay nói cách khác, phạm vi được sử dụng để đánh giá đầu vào "Thuộc Tính". Ví dụ, có thể thuyên chuyển dữ liệu từ các mặt của hình này sang các điểm của hình khác.
- Ánh Xạ (Mapping)
How elements from the destination geometry are mapped to the output.
- Chỉ Số (Index)
Copy the attribute data from the value at the input index. In this mode, the source 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.
- Mặt Gần Nhất được Nội Suy (Nearest Face Interpolated)
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 (Nearest)
Transfer the attribute from the nearest element (with a domain chosen by the Domain input). No interpolation is done.
Đầu Ra (Outputs)
- Thuộc Tính
The data retrieved from the Source geometry, mapped based on the node's settings and inputs.
Một Số Ví Dụ (Examples)
Transferring the position of vertices from a different object's geometry, assuming that they have the same number of points.