Houdini 20.5 Nodes APEX nodes

geo::MergePacked

Packs each input and merges them together into a single geometry.

On this page
Since 20.0

Packs each input and merges them together into a single geometry. Each packed primitive has a name attribute that is set to its corresponding subport name on the src variadic input.

The packed primitives that are merged together are of type PackedGeometry.

Inputs

src: VariadicArg<Geometry>

A variadic input of geometry objects to merge into a single geometry.

Outputs

geo: Geometry

The merged geometry object.

See also

APEX nodes