API (python)

Module Summary:

omni.graph.tools

Tools that support all of OmniGraph in general, and the .ogn format in particular.

Module Details::

omni.graph.tools:

Tools that support all of OmniGraph in general, and the .ogn format in particular.

General tools can be imported directly with the top level import:

import omni.graph.tools as ogt
help(ogt.deprecated_function)

This module also supports a submodule just for the .ogn handling.

# Support for the parsing and creation of the .ogn format
import omni.graph.tools.ogn as ogn