Homeโ€บ Blogโ€บ LCX LISP: Move Selection to Current Layer Free Download
๐Ÿ“ LISP

LCX LISP: Move Selection to Current Layer Free Download

๐Ÿงฎ 1  |  ๐ŸŸข 1
19 Jun 2026 Trishunya Team
LCX LISP: Move Selection to Current Layer Free Download
๐Ÿ“ LISP · CAD UTILITIES

LCX LISP: Move Selection to Current Layer (Free AutoLISP Download)

๐Ÿ“… 19 Jun 2026 ๐Ÿท๏ธ CAD BGBgol Global
LCX AutoLISP routine, Move Selection to Current Layer, shown inside a CAD window

LCX moves every selected entity onto the drawing's current (active) layer in one command, no need to open the layer dropdown in the ribbon.

LYRCUR-bgol (Move Selection to Current Layer)

CATEGORY
Utility Lisps
COMMAND NAME
LCX
LISP FILE
LYRCUR-bgol.lsp
LICENSE
Open-source, free

Command Type: AutoLISP routine (works in AutoCAD, BricsCAD, ZWCAD and most AutoLISP-compatible CAD platforms)
Developed by: BGol Community, bgol.in

Inspired by the general concept of command-line layer-reassignment utilities used in CAD drafting. This is an original, independently written routine, new file name, new command name, new source code, created so the CAD community has a free, editable, open-source alternative.

Overview

LCX moves every selected entity onto the drawing's current (active) layer in one command, no need to open the layer dropdown in the ribbon.

How to Use

  1. Load LYRCUR-bgol.lsp into your CAD session (drag-and-drop the file onto the drawing window, or use the APPLOAD command).
  2. Set whichever layer you want as the current/active layer.
  3. Type LCX at the command line and press Enter.
  4. Select the entities you want moved onto that layer.
  5. Press Enter to finish, all selected entities switch to the current layer immediately, including their layer-assigned color.

Why Use It

  • Keyboard-only workflow, change entity layers without moving focus to the ribbon's layer dropdown.
  • Speed, faster for command-line-oriented users.
  • Simplicity, a quick select-and-run operation for a very common drafting task.

Where to Use It

  • Moving entities drawn on the wrong layer onto the correct one.
  • Consolidating scattered entities onto a standard working layer.
  • Any workflow where command-line efficiency beats mouse-driven ribbon interaction.

Notes

  • Works on any selectable entity type.
  • Uses the standard CLAYER system variable to determine the target layer, whatever layer is active when you run the command.
  • Source code is fully open, feel free to study, modify, and redistribute it under the same open, free-for-all spirit.

Credits

Developed and shared for the CAD community by BGol Community. Website: https://bgol.in/ Free and open-source, use it, modify it, share it, for personal or commercial work alike.

Frequently Asked Questions

What CAD platforms does LCX work on?

LCX is a standard AutoLISP routine, so it runs in AutoCAD, BricsCAD, ZWCAD, and most other AutoLISP-compatible CAD platforms without modification.

What should I know before using LCX?

Works on any selectable entity type.

What is the main benefit of using LCX?

Keyboard-only workflow, change entity layers without moving focus to the ribbon's layer dropdown.

Is LCX free to use for commercial projects?

Yes. LCX is fully open-source and free to use, modify, and redistribute for both personal and commercial work, developed and shared by the BGol Community.

How do I load the LCX command into my drawing?

Drag and drop LYRCUR-bgol.lsp onto your open drawing window, or load it through the APPLOAD command, then type LCX at the command line to run it.

๐Ÿค About BGol Community

BGol Community of Advanced Surveying builds and shares free, open-source tools for the survey and CAD drafting community.

๐Ÿ™Œ Made with โค๏ธ by BGol Community of Advanced Surveying

Free, open-source, and built for the CAD community, for personal or commercial use, always.

Back to all articles