Houdini 22.0 Nodes APEX nodes

geo::InPrimGroup

Checks if a primitive is in a given group.

On this page
Since 22.0

Checks if a primitive is in a given group.

Inputs

geo: Geometry

The geometry on which to check the group membership.

elemnum: Int

The primitive 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 primitive is in the specified group.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes