Previous Topic   Next Topic   Contents   Commands
by Function
  Commands
Alphabetically

DRAWSET Command

DRawset [ ALL. | ALLBut. ] K { N | I TO J } [ N1 [ N2 [ N3 ... ] ] ] [^ ]

Define DRAWSET K (1 ( K ( 10) and make a line plot.

A drawset is a list of bodies which will be rendered as a line drawing upon execution of this command or with the RDRAW command.

ALL.

Places all bodies into Drawset K.

ALBUT.

Places all bodies except those in the body list into the Drawset K. The body list consists of individual body numbers and inclusive ranges I TO J. The number of items in the list must be < 50.

Placing a caret (^) as last character on a line continues the list on next line.

Drawsets may be retrieved with RDRAW, and may be listed with LIST DRAW.

Examples:

draw all. 1
draw albut. 2 3 4 5
draw 3 1 4 6 8
draw 4 7 5 3 9 to 11