Houdini 20.0 Nodes APEX Nodes

graph::Layout

Creates a default positional layout of all of a given selection of APEX nodes.

On this page
Since 20.0

Creates a default positional layout of all of a given selection of APEX nodes. If not nodes are given then all nodes at the top level of a given graph get a layout.

Inputs

*graph: ApexGraphHandle Required

The APEX graph that is to be layed out.

nodes: ApexNodeIDArray

An array of APEX nodes that are to be layed out.

spacing: Vector2

Defines the default distance in x and y between one node to another.

offset: Vector2

Defines an offset in x and y that is applied to all the given APEX nodes that are to be layed out.

Outputs

*graph: ApexGraphHandle

The APEX graph with the updated layout.

APEX Nodes