LayerManager

The LayerManager command opens a table listing every layer in the drawing, with its Freeze, Lock, Plot, Color, Lineweight, and Linetype settings editable directly in the row. It’s the central place to add new layers and adjust how existing ones behave — the other layer commands (LayerMakeCurrent, LayerMatch, LayerIsolate, LayerUnfreezeAll) each do one focused thing without opening it.

Opening the Layer Manager

  • Type LayerManager in the terminal, or
  • Click the Layer Manager button in the layer panel.

The dialog opens as a floating panel; nothing needs to be selected first.

The layer table

ColumnWhat it controls
NameThe layer’s name, shown read-only in the table (set once, at creation)
FreezeHides the layer’s entities and excludes them from selection until unfrozen
LockPrevents entities on the layer from being edited, without hiding them
PlotWhether the layer’s entities are included when printing or exporting to PDF
ColorThe layer’s ACI color — click the swatch to open the color picker
LineweightThe layer’s line thickness — click the chip to open the lineweight picker
LinetypeThe layer’s dash pattern — click the chip to open the linetype picker

Toggling Freeze, Lock, or Plot takes effect immediately — there’s no separate save step. Entities set to ByLayer for color, lineweight, or linetype (the default) pick up whatever you set here; entities with an explicit override of their own are unaffected.

Adding a layer

  1. Click + Add Layer at the bottom of the table.
  2. Type a name and press Enter to confirm, or Escape to cancel.

Layer names may contain letters, numbers, spaces, and _, -, $. A name that’s empty, already in use, or contains any other character is rejected with an inline error, and the row stays open for another try.

New layers start unfrozen, unlocked, plottable, with color 7 (white/black), lineweight Default, and linetype Continuous — the same defaults Import assigns to layer 0 in a blank drawing.

What you can’t do here

There is no delete button — layers are never removed once created, only frozen or left unused. There’s also no indicator in the table for which layer is current; that’s set by picking from the layer panel’s dropdown or by LayerMakeCurrent, not from this dialog.

Keyboard reference

KeyAction
EnterConfirm a new layer’s name (while adding)
EscapeCancel adding a layer, or close the dialog
CommandWhat it does
LayerMakeCurrentSet the current layer to match a clicked entity’s layer
LayerMatchReassign selected entities to match the layer of a source entity
LayerIsolateFreeze all layers except those of the selected entities
LayerUnfreezeAllUnfreeze all layers in one step