Houdini 22.0 Nodes APEX nodes

geo::SetVertexGroup

Sets a vertex’s membership within a group.

On this page
Since 22.0

Sets a vertex’s membership within a group.

The geo ports of this node are in-place ports, which means the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry on which to set the group membership.

elemnum: Int

The vertex number to set the group membership for.

name: String

The name of the group. If there is no name group on the geometry, a new group is created.

value: Bool

If set to True, sets the vertex to be included in the group. If set to False, sets the vertex to be excluded from the group.

Outputs

*geo: Geometry

The updated geo input with the modified group.

success: Bool

Returns True if the operation is successful.

See also

APEX nodes