*PartIDAvoidRange()

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

Syntax

*PartIDAvoidRange(begin,end)

Arguments

begin
The first part identification number in a range that cannot be used.
Data type: integer
end
The final part identification number in a range that cannot be used.
Data type: integer

Example

*PartIDAvoidRange(10035, 10095)

Context

*BeginMdl()

Comments

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

If a *PartIDAvoidRange() statement is present in a model, none of the solver ID numbers generated for any of the bodies by MotionView will lie in the range defined by begin and end (begin and end included). The begin and end ranges must be integers.