*JointNumAvoidRange()
Specifies a range of numbers that may not be used by MotionView when assigning joint numbers.
Syntax
*JointNumAvoidRange(begin,end)
Arguments
- begin
- The first joint number in the range.
- end
- The final joint number in the range.
Example
*JointNumAvoidRange(20, 30)
Context
Comments
Beginning at one, MotionView incrementally assigns numbers to all joints in a model. These numbers are used to construct solver ID numbers.
If a *JointNumAvoidRange() statement is present in a model, none of the joint numbers generated by MotionView will lie in the avoid range defined by begin and end (begin and end included). The begin and end ranges must be integers.