Add_Bookmark
Purpose: Collect and store basic positional data about selected entities into a global bookmark list for later use Scope: Works on TEXT, MTEXT, LINE, LWPOLYLINE, POLYLINE, CIRCLE, SPLINE, and INSERT (blocks) Output storage: Appends entries to global variable *textPositions* in the form (label startPoint endPoint)
BookmarkEntities
Sort / Purpose: Bookmark entities in the current drawing and revisit them later by name, coordinates, color, and custom remarks. • Scope: Lets you pick TEXT, MTEXT, LINE, (LW)POLYLINE, CIRCLE, SPLINE, INSERT (blocks), stores their positions + color, and gives you a manager dialog to zoom to them, duplicate, delete, filter by type, and save/load the list per DWG. • Goal: Act as a “bookmark manager” for important entities: details, nodes, blocks, texts, etc., so you can quickly navigate and annotate them across work sessions.Clear_Bookmarks
Clears the internal **bookmark list** used by BMEntityPos for storing text/entity positions Provides a simple confirmation dialog before erasing stored data Ensures the global list *textPositions* is reset safely
Exp_Imp_NamedViews
Sort / Purpose: Named Views Import/Export front-end with presets, OneDrive-aware folders, and integrated help + clipboard utilities. • Scope: Wraps the core ExportViews / ImportViews engine with a DCL UI, predefined project folders, Notepad++ / Explorer shortcuts, and rich help text copyable to clipboard. • Goal: Make handling AutoCAD Named Views (and their Visual Styles) easy and repeatable across multiple projects and sessions, with minimal manual path browsing.
NamedViewList
Purpose: Provide a portable, dialog-based manager for AutoCAD named views with filtering, zoom, rename, delete, and restore capabilities Scope: Works entirely on named views in the current drawing using only basic AutoLISP, ActiveX, and a temporary DCL file Interaction style: Single dialog with live filter, match-case toggle, multi-select list, and action buttons that keep the dialog open for iterative operations
ToolbarManager
Sort / Purpose: Interactive manager for showing and hiding AutoCAD toolbars using a filterable, grouped list dialog. • Scope: Reads all toolbars from all menu groups, displays them with their group names, and lets you control visibility in bulk. • Goal: Quickly create, recall, and adjust toolbar layouts without hunting through CUI, using saved filter and group selections between runs.
Categories: AutoCAD_Lips
Categories: AutoCAD_Lips
