Houdini 22.0 Nodes APEX nodes

geo::InVertexGroup

Checks if a vertex is in a given group.

On this page
Since 22.0

Checks if a vertex is in a given group.

Inputs

geo: Geometry

The geometry on which to check the group membership.

elemnum: Int

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

success: Bool

Returns True if the operation is successful.

See also

APEX nodes