get_compound_node_type#

omni.graph.core.get_compound_node_type(
arg0: omni.graph.core._omni_graph_core.NodeType,
) omni.graph.core._omni_graph_core._og_unstable.CompoundNodeType#

Casts a node type object to a compound node type object.

Parameters:

node_type (og.NodeType) – Node Type object to convert

Returns:

A CompoundNodeType representing the same Node Type. If the Node Type is not a Compound Node Type the returned object will not be valid.