*PointNumAvoidRange()

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

Syntax

*PointNumAvoidRange(begin,end)

Arguments

begin
The first point number in a range that can't be used.
Data type: integer
end
The final point number in a range that can't be used.
Data type: integer

Example

*PointNumAvoidRange(20, 30)

Context

*BeginMdl()

Comments

Beginning at zero, MotionView incrementally assigns numbers to all points in a system or model. These numbers are used to construct solver ID numbers.

If a *PointNumAvoidRange() statement is present in a model, none of the point 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.