API (python)

Module Summary:

omni.graph.core

This file contains the interfaces that external Python scripts can use.

Module Details::

omni.graph.core:

This file contains the interfaces that external Python scripts can use. Import this file and use the APIs exposed below.

To get documentation on this module and methods import this file into a Python interpreter and run dir/help, like this:

import omni.graph.core as og
help(og.get_graph_by_path)