Houdini 22.0 Nodes Copernicus nodes

Attribute Insert Copernicus node

Inserts a detached attribute into a geometry.

On this page
Since 22.0

This node inserts a detached attribute into a geometry. This allows computation to be done outside of the geometry and written back into it when complete.

Any matching attribute will be replaced.

Parameters

Inputs

Class

What class to insert the attribute as. One of the attribute properties is the source class, so in Input mode this will be used if present. Note the attribute must match in length with the elements of the chosen class.

Attribute Name

The name of the attribute after it has been inserted. Existing attributes will be replaced.

Input Type

Usually the input type is Input to store an attribute of the same type as the wire; but an explicit type can be picked to ensure proper promotion of Float to Vector is performed where needed.

Do Nothing If Unwired

If the attribute wire is un-wired, rather than error, do not do anything.

Inputs

geometry

The geometry to insert attributes into.

input2

An attribute to insert into the geometry.

Outputs

geometry

The geometry with the attributes inserted.

See also

Copernicus nodes