The `length` function in C++ MDagPath returns the number of nodes in the DAG (Directed Acyclic Graph) path. It calculates the length of the path from the root node to the endpoint node. The function is used in the Autodesk Maya software development kit to manipulate and traverse DAG paths, which are a mechanism for accessing and managing the hierarchy of objects within a 3D scene.
C++ (Cpp) MDagPath::length - 15 examples found. These are the top rated real world C++ (Cpp) examples of MDagPath::length extracted from open source projects. You can rate examples to help us improve the quality of examples.