*PartNumAvoidRange()

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

Syntax

*PartNumAvoidRange(begin,end)

Arguments

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

Example

*PartNumAvoidRange(20, 30)

Context

*BeginMdl()

Comments

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

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