Houdini 20.5 Nodes APEX nodes

graph::LoadFromGeo

Loads an APEX graph from geometry.

On this page
Since 20.0

Converts a geometry representation of an APEX graph into a graph handle.

Graph handles can be converted back into their geometry representations using the graph::WriteToGeo node.

Inputs

geo: Geometry

The geometry representation of the graph.

doinvoke: Bool

If set to True, compiles and executes the graph after it is loaded.

graphname: String

The name to set for the graph.

Outputs

graph: ApexGraphHandle

The loaded graph.

See also

APEX nodes