Houdini 20.0 Nodes APEX Nodes

graph::LoadFromGeo

Load 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 geometry representations using the :graph--WriteToGeo callback.

Inputs

geo: Geometry

The geometry representation of the graph.

doinvoke: Bool

Whether to compile and execute the APEX graph after it is loaded.

graphname: String

The name to set for the graph.

Outputs

graph: ApexGraphHandle

The loaded graph.

See also

APEX Nodes