Houdini 20.0 Nodes APEX Nodes

geo::AddPacked

Create a new packed primitive that uses the given embedded geometry.

On this page
Since 20.0

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

Inputs

*geo: Geometry Required

The geometry where the new packed primitive will be created.

targetpt: Int

The point number of the point that the new primitive will be assigned to.

If the passed in point number does not exist, a new point will be created.

src: Geometry

The geometry to create the new packed primitive with.

Outputs

*geo: Geometry

The geo input with the new packed primtive added.

Note

The new primitive, that the packed geometry is added under, is of type PackedGeometry.

ptnum: Int

The point number of the point that the added primitive was assigned to.

primnum: Int

The primitive number of the added primitive.

APEX Nodes