CREATE_VP_DUMP produces a hardcopy of the contents of a specified viewport.
+----------------------<---------------------+ | | ---->(CREATE_VP_DUMP)--+----------------------->--------------------+----> | | +->(:VIEWPORT)--+--|viewport|-------------+--+ | | | | | +------------>------------+ ^ | | +->(:PRINTER)---+--|printer|--------------+--+ | | | | | +------------>------------+ ^ | | +->(:SBFILE)----+--|Filename|-------------+--+ | | +->(:PSFILE)-------|Filename|----------------+ | | (1) +->(:BACKGROUND-ON)--------------------------+ | | (1) +->(:BACKGROUND-OFF)-------------------------+ | | (1) +->(:COLOR-ON)-------------------------------+ | | (1) +->(:COLOR-OFF)------------------------------+ (1) Options are only meaningful for :PSFILE
CREATE_VP_DUMP :VIEWPORT "vport1" :PRINTER "Paintj- XL300" COMPLETEor
CREATE_VP_DUMP :VIEWPORT "vport1" :PSFILE "/tmp/out.ps" :BACKGROUND-OFF :COLOR-ON COMPLETE
All viewport names must be enclosed by double quotes (" ").