Houdini 20.0 Nodes APEX Nodes

geo::GlobPoints

Return an array of points corresponding to a pattern of point numbers.

On this page
Since 20.0

Inputs

geo: Geometry

The geometry to return the points from.

pattern: String

The pattern to use for querying the points.

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

ordered: Bool

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

Outputs

pts: IntArray

The point number of the points in geo that match the pattern.

APEX Nodes