Houdini 20.5 Nodes APEX Nodes

graph::HasNodeTags

Checks if multiple tags exist on a node.

On this page
Since 20.5

Inputs

graph: ApexGraphHandle

The graph that contains the node to check.

nodeid: ApexNodeID

The node to check for the tags.

tags: StringArray

A set of tags to check on the node.

Outputs

exists: Bool

Returns True if all the strings in tags are found on the node’s tags.

found: Int

The number of tags on the node that match tags.

See also

APEX Nodes