Nodo Muestrear identificador¶
The Sample Index node retrieves values from a source geometry at a specific index.
Truco
If the Geometry used for the input is the same as the geometry from the field context, this node is equivalent to the Nodo Evaluar en identificador. Using that node is usually preferable since avoiding the geometry socket makes the whole setup easier to use in other situations and share.
Truco
Different components can have same attribute domain (Points). This node simply uses first component that not empty for such domain, checked in the order of: Mesh, Point Cloud, Curve. The Nodo Separar componentes can be used to sample directly from a specific component.
Entradas¶
- Geometría
The geometry to retrieve the attribute from.
- Valor
A field to evaluate on the source Geometry. The values are then retrieved from specific indices for the output.
- Identificador
Which index to use when retrieving the data from the input Value field. Any index can be connected, resulting in a «shuffling» of the values.
Propiedades¶
- Tipo de datos
The data type to use for the retrieved values.
- Dominio
The attribute domain that the attribute is transferred from, or in other words, the domain used to evaluate the Attribute input. For example, it is possible to transfer data from the faces of one geometry to the points of another.
- Limitar
Clamp the indices to the size of the attribute domain instead of outputting a default value for invalid indices.
Salidas¶
- Valor
The data retrieved from the source Geometry input.