Houdini 20.0 Nodes APEX Nodes

geo::GlobPrims

Return an array of primitives corresponding to a pattern of primitive numbers.

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to return the primitives from.

pattern: String

The pattern to use for querying the primitives.

The pattern format is the same one used by the group fields on SOP nodes that take primitive selections. Elements in the pattern are separated by spaces, and elements can be primitive numbers, primitive number ranges, or group names.

ordered: Bool

Whether to return the primitives in the order they were added to the group or not.

Outputs

prims: IntArray

The primitive number of the primitives in geo that match the pattern.

APEX Nodes