Return to Statement


Saves/Appends a Drawing to a Plot File Example

The following example program builds a plot file from a drawing of an active part, then saves that plot file. The program then builds a second plot file, appends it to the first plot file and releases the plot.

   $$
$$ BUILD PLOT FILE
$$
PLTSAV/'HP','SH1'
$$
$$ APPEND ANOTHER PLOT
$$
PLTSAV/'HP','SH2'
$$
$$ SUBMIT THE PLOT FILE, FILE TERMINATE, AND HALT
$$
PLTSUB/'HP'
HALT