CATBoneDataMatrix3Controller : Matrix3Controller {1f781be7,19707e49}This Controller is part of 3ds Max CAT. It holds the data of the bone including its ID, size, segments etc.
In versions prior to 3ds Max 2013, it was implemented as CATBoneData : FloatController with the same ClassID and properties.
Constructor
Class instances not creatable by MAXScriptAliases
CATBoneDataMatrix3Controller
CATBoneData
BoneDataProperties
<CATBoneDataMatrix3Controller>.Limb (CATLimbData) : maxObjectGet/set the LimbData controller object of the Bone.
<CATBoneDataMatrix3Controller>.BoneID : indexContains the BoneID index of the Bone.
Read-only.
<CATBoneDataMatrix3Controller>.Length : floatGet/set the length of the bone.
<CATBoneDataMatrix3Controller>.Width : floatGet/set the width of the bone.
<CATBoneDataMatrix3Controller>.Depth : floatGet/set the depth of the bone.
<CATBoneDataMatrix3Controller>.NumSegs : integerGet/set the number of segments of the bone.
<CATBoneDataMatrix3Controller>.TwistWeight : floatGet/set the twist weight value of the bone.
<CATBoneDataMatrix3Controller>.BoneSegs: maxObject arrayContains an array of bone segment controller objects
Interface:CATControlInterfaceSee Interface: ICATControlFPInterface for properties and methods.
Interface:CATNodeControlFPInterfaceSee Interface: CATNodeControlFPInterface for properties and methods.
Interface:ExtraRigNodesInterfaceSee Interface: ExtraRigNodesInterface for properties and methods.
Interface:CATGroupManagerFPInterfaceSee Interface: CATGroupManagerFPInterface for properties and methods.
Available in 3ds Max 2013 and higher.