remap_property node

This node remaps all the values in the range [min, max] in voxel property of name 'property' to the new range [new_min, new_max]. The min and max are found in the property and not user-specified.

Inputs

geometry [in]

The volume containing the property (Amino::Object).

property [in]

The name of the property

new_min [in]

The new minimum of the range the property values will map to

new_max [in]

The new minimum of the range the property values will map to

Outputs

out_geometry [out]

The output volume containing the property (Amino::Object).