[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CREATE_VP_DUMP interrupt action

CREATE_VP_DUMP produces a hardcopy of the contents of a specified viewport.

Syntax


                       +----------------------<---------------------+
                       |                                            |
---->(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

Options

The following options are available to dump the contents of the active viewport.

When to use

Use this action to produce a hard copy of a specified viewport.

Example

The following parameter sequence creates a dump of the specified viewport.
CREATE_VP_DUMP :VIEWPORT "vport1" :PRINTER "Paintj- XL300"
COMPLETE
or
CREATE_VP_DUMP :VIEWPORT "vport1" :PSFILE "/tmp/out.ps"
:BACKGROUND-OFF :COLOR-ON COMPLETE

All viewport names must be enclosed by double quotes (" ").

See also

SAVE_SESSION terminate action SELECT_VP_SA subaction
[Contents] [Index] [Books]