Houdini 21.0 Nodes APEX nodes

component::FindSegments

Finds the segments in a component to loop over.

On this page
Since 21.0

Finds the segments in a component based on a pattern, and returns an array of unique tags. Segments are tags that identify different components.

Inputs

graph: ApexGraphHandle

The graph that contains the nodes with the associated tags.

pattern: String

The pattern that specifies the tags to find, for example, left_*.

Outputs

graph: ApexGraphHandle

Pass-through of the input graph.

segments: StringArray

The unique tags found.

APEX nodes