ZoomExtendWindow_sub-menu

Page Tag: 🏷️ Autocad Lisps

  • AnnoAllOnOff

    Short description Single dialog that sets ANNOALLVISIBLE to 1 or 0 for a chosen set of Model/Layout tabs. Combines the functionality of AAON and AAOFF with mode radio buttons and tab multi-select in one UI. Command: Command: AAVIS Description: Generates an embedded DCL dialog at runtime that provides a Mode selector and a multi-select list…

  • LayerCreation

    β€”

    by

    Short description LayerCreation β€” create/update a layer with True Color + Color Books support, plus a β€œSet as current layer” toggle (DCL with CLI fallback). Fields: Name, Color (ACI / RGB / ColorBook), Linetype, Lineweight, Transparency; also sets defaults for NEW objects (CELTSCALE, CETRANSPARENCY, THICKNESS). Runs a DCL dialog when the DCL core is healthy;…

  • CreatesXrefsLayersAssign_01

    β€”

    by

    Short description XrefLayers is a single-window tool to manage XREF insert layers: create per-XREF target layers, assign inserts to target layers, force all XREFs onto one existing layer, and zoom to a selected XREF extents. Command: XrefLayers Opens the dialog window. CreatesXrefsLayersAssign Alias that opens the same dialog window. Description: Main Purpose Scans the drawing…

  • CreatesXrefsLayersAssign

    β€”

    by

    XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="CreatesXrefsLayersAssign"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="CreatesXrefsLayersAssign"> <Bold>Function Syntax: Command</Bold> <LineBreak/> <Bold>Version: 1 Date: 10.11.2025</Bold> <LineBreak/> <Hyperlink>N/A</Hyperlink> <LineBreak/> <Bold>Description</Bold><LineBreak/> <LineBreak/> This updated AutoLISP program provides a professional interface to manage <Run Foreground="DarkRed">XREF layers</Run> directly from a single dialog window in AutoCAD.<LineBreak/> It…

  • Slope_01

    β€”

    by

    Short description Sort / Purpose: Interactive slope-label placement tool for linework in Civil 3D / AutoCAD. β€’ Type of tool: Dialog-driven annotation command that creates MTEXT labels. β€’ Scope: Works on picked point pairs or on every segment of selected LINE / LWPOLYLINE / POLYLINE entities. β€’ Goal: Quickly place readable slope (and optional angle)…

  • TotalLengthAreaDetailed

    Short description Command: Description: Helper function: (if any)​ Functionalities: Result: Images, animations etc. XAML code: Expand Code ↓ Select Code Copy Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows"> <src:RibbonToolTip x:Key="TotalLengthAreaDetailed"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: TotalLengthAreaDetailed</Bold> <LineBreak/> <Bold>Version: 1 Date: 07.07.2026 11:14:02AM</Bold> <LineBreak/> <Hyperlink>N/A</Hyperlink> <LineBreak/> <Bold><Run Foreground="DodgerBlue">πŸš€ Function Syntax: TotalLengthAreaDetailed</Run></Bold><LineBreak/> <Bold><Run Foreground="Orange">Version: SEO-friendly description based…

  • CopySelection_vs.01

    Short description Sort / Purpose: Create a new polyline segment copied between two picked points on an existing LWPOLYLINE, place it on a chosen layer, and optionally extend, rotate, move, and generate multiple offset copies via an interactive dialog with Apply and Undo. β€’ Scope: Works only on a selected LWPOLYLINE, extracting the portion between…

  • ToolbarManager

    β€”

    by

    Short description 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…

  • CreatesXrefsLayersAssign_vs.00

    β€”

    by

    Short description Xref β†’ Own Layer Manager This AutoLISP routine scans the current drawing for attached xrefs, shows them in a dialog with a checkbox and a per xref layer popup, and lets the user create or assign layers for those xrefs in one place. The dialog is generated dynamically so it always shows the…