Command: export

Syntax

export { <elist> ... }

Description

Dump entities and their graphics in export format.

Parameters

Switches

Notes

Sub-entities of compounds may not be exported in isolation from their parent entities. If this is attempted, the parent entity is also exported.

Export files may be read by the import command or by various external utility programs, e.g. eimprint.

Examples

Dump one entity to an import/export file.

export this, -of=this.eim

Dump all entities to a filter program.

export -uof="mx2dxf"

See Also

Commands:

entity, group, import, save

Identifiers:

all (group), current_filter (filter)