Houdini 22.0 Nodes Copernicus nodes

Attribute Extract Copernicus node

Extracts a detached attribute from a geometry.

On this page
Since 22.0

This node extracts a detached attribute from a geometry. This allows the manipulation of attributes as first-class wires rather than requiring them to always be part of a geometry.

The extracted attribute will have a length equal to the number of elements in the source geometry.

Parameters

Outputs

Class

What class of attribute to extract. The attribute will store a property of its source class to make it easier to re-insert, but this is just advisory.

Attribute Name

The name of the attribute to extract.

Output Type

The type of attribute to extract. The attribute on the geometry must match this size and type.

Optional

If the geometry doesn’t have the attribute, rather than erroring a constant attribute will be created of the default value.

Default Value

The default value for Float attributes.

Default Value

The default value for Vector 2 attributes.

Default Value

The default value for Vector attributes.

Default Value

The default value for Vector 4 attributes.

Default Value

The default value for Integer attributes.

Inputs

geometry

Input geometry to extract an attribute from.

Outputs

attrib

The extracted attribute.

See also

Copernicus nodes