Skip to main content

Attribute Value

Overview

Retrieves attribute values from the incoming mesh.


Inputs

NameTypeDescription
InputMeshDataIncoming mesh data.

Outputs

NameTypeDescription
ValueAnyAttribute value. The output type matches the selected attribute type.

Parameters

NameTypeDefaultDescription
TypeVariableTypeVariableType.IntType of the attribute to retrieve.
DomainAttributeDomainAttributeDomain.VertexDomain from which the attribute is retrieved.
Attribute Namestring""Name of the attribute.

Behavior Notes

  • Attribute names must be unique within the same domain.
  • The output type updates dynamically to match the selected attribute type.