pw::Creator

The creation mode type

Derives From

pw::Object pw::Mode

Notes

This mode is used to create entities separate from existing entities, which will stop any automatic entity merging from occuring while defining entities within this mode.

To create a mode of this type, use the pw::Application.begin command with the mode Create specified, like this:

set creator [pw::Application begin Create]

This mode supports the following flags in the pw::Application.begin command:

-monitorWhen in create mode, newly created pw::GridEntity objects are not normally drawn until the mode has ended.  This flag makes grid entities visible before the mode has ended.
Base type for all glyph types
The mode base type
pw::Application begin ?-mode_specific_flags? mode ?entities?
This action begins a mode in the application.
Base type for all grid entities.
Close