Houdini 20.5 Nodes APEX nodes

geo::GlobPoints

Returns an array of points based on a pattern.

On this page
Since 20.0

Returns an array of points that match a pattern for the point numbers.

Inputs

geo: Geometry

The geometry that contains the points to query.

pattern: String

The pattern to use for matching the points.

The pattern format is the same as that used by the group parameters on various SOP nodes. Elements in the pattern are separated by spaces, and can be point numbers, point number ranges, or group names. See group syntax for more information.

ordered: Bool

If set to True, returns the points in the order that they are added to the group.

Outputs

pts: IntArray

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

See also

APEX nodes