*MarkerNumAvoidRange()
Specifies a range of numbers that may not be used by MotionView when assigning marker numbers.
Syntax
*MarkerNumAvoidRange(begin,end)
Arguments
- begin
- The first marker number in a range that can't be used.
- end
- The final marker number in a range that can't be used.
Example
*MarkerNumAvoidRange(20, 30)
Context
Comments
Beginning at one, MotionView incrementally assigns numbers to all markers in a model. These numbers are used to construct solver ID numbers.
If a *MarkerNumAvoidRange() statement is present in a model, none of the marker 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.