*IDAvoidRange()

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

Syntax

*IDAvoidRange("type",begin,end)

Arguments

"type"
The type of entity types can be either Force, Motion, or Output.
Data type: string
begin
The first force identification number in the avoid range.
Data type: integer
end
The final force identification number in the avoid range.
Data type: integer

Example

*IDAvoidRange(10035, 10095)

Context

*BeginMdl()

Comments

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

If a *IDAvoidRange() 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.