Houdini 20.0 Nodes APEX Nodes

graph::WriteToGeo

Write an APEX graph to geometry.

On this page
Since 20.0

Converts an APEX graph into a geometry representation.

Geometry representations of graphs can be converted back into graphs using the graph::LoadFromGeo callback.

Inputs

graph: ApexGraphHandle

The graph that is written to geometry.

nodeoutput: Bool

Adds an output point attribute tracking the output port information for each node.

debug: Bool

Adds debug point attributes scopeid, __mem__, and __ports__. scopeid tracks the internal scope identifier for a node. __mem__ tracks the internal data index of each port. __ports__ tracks whether each port is a constant expression.

Outputs

geo: Geometry

The geometry representation of the input graph.

See also

APEX Nodes