Skip to main content

Remove Attribute

Overview

Removes an attribute from the incoming mesh.


Inputs

NameTypeDescription
InputMeshDataIncoming mesh data.

Outputs

NameTypeDescription
OutputMeshDataMesh data with the specified attribute removed.

Parameters

NameTypeDefaultDescription
DomainAttributeDomainAttributeDomain.VertexDomain from which the attribute will be removed.
Attribute Namestring""Name of the attribute to remove.
Clear All AttributesboolfalseRemoves all attributes from the selected domain when enabled.

Behavior Notes

  • When Clear All Attributes is enabled, all attributes in the selected domain are removed.
  • If the specified attribute does not exist, the mesh is returned unchanged.