Nodo Almacenar atributo con nombre
The Store Named Attribute node stores the result of a field on a geometry as an attribute with the specified name. If the attribute already exists, the data type and domain will be updated to the values chosen in the node. However, keep in mind that the domain and data type of Atributos integrados cannot be changed.
Compared with the Nodo Capturar atributo, this node basically does the same thing, but the attribute gets a name instead of an anonymous reference. For reusing the data in the same node tree, the Capture Attribute node might be preferrable since it does not create the chance for name conflicts in the input geometry.
Nota
If the input geometry contains multiple geometry component types, the attribute will be created on each component that has the chosen domain.
Entradas
- Geometría
Entrada estándar de geometría.
- Valor
El entrada de campo a ser evaluada.
- Nombre
El nombre que será dado a los datos almacenados.
Propiedades
- Tipo de datos
El tipo de datos usado para los datos evaluados.
- Dominio
En qué dominio de atributo almacenar los datos evaluados.
Salidas
- Geometría
Salida estándar de geometría.
- Atributo
El resultado del campo evaluado, almacenado en la geometría.