*JointIDAvoidRange()

Specifies a range of numbers that may not be used by MotionView when assigning joint IDs.

Syntax

*JointIDAvoidRange(begin,end)

Arguments

begin
The first joint identification number in the avoid range.
Data type: integer
end
The final joint identification number in the avoid range.
Data type: integer

Example

*JointIDAvoidRange(10035, 10095)

Context

*BeginMdl()

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 *JointIDAvoidRange() statement is present in a model, none of the solver ID numbers generated by MotionView will lie in the range defined by begin and end (begin and end included). The begin and end ranges must be integers.