The `getDagPath` function is a part of the `MSelectionList` class in C++. It retrieves the DAG (Directed Acyclic Graph) path of the selected object or objects from the selection list. This path represents the hierarchical structure of the node or nodes in the scene. By using this function, developers can access and manipulate the DAG paths to perform various operations on the selected objects, such as querying attributes, transforming them, or connecting them with other objects.
C++ (Cpp) MSelectionList::getDagPath - 30 examples found. These are the top rated real world C++ (Cpp) examples of MSelectionList::getDagPath extracted from open source projects. You can rate examples to help us improve the quality of examples.