CATBoneData : FloatController
 
 
 
CATBoneData : FloatController {1f781be7,19707e49}
 

   

3ds Max CAT - Quick Navigation

This Controller is part of 3ds Max CAT. It holds the data of the bone including its ID, size, segments etc.

Constructor:

Class instances not creatable by MAXScript

Aliases:

CATBoneDataBoneData

Properties:

 <CATBoneData>.Limb (CATLimbData) : maxObject 

Get/set the LimbData controller object of the Bone.

   

 <CATBoneData>.BoneID : index 

Contains the BoneID index of the Bone.

Read-only.

   

 <CATBoneData>.Length : float 

Get/set the length of the bone.

   

 <CATBoneData>.Width : float 

Get/set the width of the bone.

   

 <CATBoneData>.Depth : float 

Get/set the depth of the bone.

   

 <CATBoneData>.NumSegs : integer 

Get/set the number of segments of the bone.

   

 <CATBoneData>.TwistWeight : float 

Get/set the twist weight value of the bone.

   

 <CATBoneData>.BoneSegs: maxObject array 

Contains an array of bone segment controller objects

   

CATBoneData interfaces:

Interface:CATControlInterface

See Interface: CATControlInterface for properties and methods.

   

Interface:CATNodeControlFPInterface

See Interface: CATNodeControlFPInterface for properties and methods.

   

Interface:ExtraRigNodesInterface

See Interface: ExtraRigNodesInterface for properties and methods.

   

See Also