Houdini 20.0 Nodes APEX Nodes

geo::ExtractPackedGeo

Returns the geometry embedded in a packed primitive.

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 to look for a packed primitive on.

primnum: Int

The primitive number of the packed primitive for which to return the embedded geometry.

Outputs

*geo: Geometry

The geo input, unmodified.

embedded: Geometry

The geometry that was embedded in the packed primitive.

refprim: Int

The primitive number of the packed primitive for which the embedded geometry was returned.

APEX Nodes