Houdini 20.5 Nodes APEX nodes

geo::AddPacked

Creates a packed primitive that contains the given geometry.

On this page
Since 20.0

Creates a packed primitive that contains the given geometry. The new packed primitive is of type PackedGeometry.

The geo ports of this node are in-place ports, which means that the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry where the new packed primitive is created.

targetpt: Int

The point number of the point that the new primitive is assigned to. If the point number does not exist, a new point is created.

src: Geometry

The geometry to embed in the new packed primitive.

Outputs

*geo: Geometry

The updated geo input with the new packed primitive.

ptnum: Int

The point number of the point that the new primitive is assigned to.

primnum: Int

The primitive number of the new primitive.

See also

APEX nodes