CATHierarchyBranch : FloatController {94e2d9c,2c702b5}This Controller is a component of the CAT Motion Controllers Hierarchy of 3ds Max CAT.

Constructor
Class instances not creatable by MAXScriptAliases
CATHierarchyBranch CATHierarchyBranch2Properties
<CATHierarchyBranch>.Branches (Layer) : float arrayContains the array of sub-branches of the current controller.
Accessing the .controller property if the array's items returns the CATHierarchyBranch controller of the corresponding sub-branch.
<CATHierarchyBranch>.BranchNames (LayerNames) : string arrayGet/set the array of sub-branch names.
<CATHierarchyBranch>.Expandable : integerGet/set the Expandable option value.
<CATHierarchyBranch>.BranchParent : maxObjectContains the parent controller of the current branch.
This can be either a CATHierarchyRoot or a CATHierarchyBranch controller.
<CATHierarchyBranch>.BranchIndex : integerContains the index of the current branch within the hierarchy of its parent.
<CATHierarchyBranch>.BranchOwner : maxObjectContains the branch owner controller.
<CATHierarchyBranch>.Leaves : maxObject arrayContains the array of CATHierarchyLeaf controllers.
<CATHierarchyBranch>.LeafNames : string arrayContains the array of leaf names.
<CATHierarchyBranch>.UIType : integerGet/set the UI Type option value.
<CATHierarchyBranch>.isWelded : integerGet/set the Welded option value.
<CATHierarchyBranch>.Controller : maxObject arrayContains an array of controllers.
<CATHierarchyBranch>.OwnerSubNum : integerContains the Sub-anim index within the Owner of the Branch.
<CATHierarchyBranch>.Limbs (CATLimbData) : maxObject arrayContains an array of CATLimbData2 controllers.
<CATHierarchyBranch>.CATHierarchyRoot : maxObjectContains the CATHierarchyRoot controller of the Branch.