Create detail attribute with size of object in Houdini



Create detail attribute with size of object

add box node size: 2 4 6 add measure node measure: perimeter / length add attribute wrangle node run over: detail (only once) VEXpression: v@size = getbbox_size(0); (this creates the attribute size see geometry spreadsheet -> detail) add transform node translate: @size.x 0 0 pivot translate: $CEX $CEY $CEZ



Published: October, 2025