Houdini 20.5 Nodes APEX nodes

graph::WriteToGeo

Writes 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 node.

Inputs

graph: ApexGraphHandle

The graph to write to geometry.

nodeoutput: Bool

If set to True, adds an output point attribute that tracks the output port information for each node.

debug: Bool

If set to True, 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