Houdini 22.0 Nodes APEX nodes

geo::InPointGroup

Checks if a point is in a given group.

On this page
Since 22.0

Checks if a point is in a given group.

Inputs

geo: Geometry

The geometry on which to check the group membership.

elemnum: Int

The point number to check the group membership for.

name: String

The name of the group. If there is no name group on the geometry, success is set to False.

Outputs

ingroup: Bool

Returns True if the point is in the specified group.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes