General menu

Page Tag: 🏷️ Autocad Lisps

  • General menu

    Lisp code: Expand Code ↓ Select Code Copy Code ; — auto-generated by LispLoader — ; Menu: General_menu ; Generated: 2026-06-09 07:29:29 (setq base "C:\\Users\\mateid\\OneDrive – DB E.C.O. Group\\@C3D\\@Dan_Templates\\Acad\\Support_files\\Lisps\\Help_File\\") (load (strcat base "General_menu\\ChangeBackgroundColor\\ChangeBackgroundColor.lsp")) (load (strcat base "General_menu\\dwg_template\\SetQnewPath.lsp")) (load (strcat base "General_menu\\DynamicInformationTool\\DynamicInformationTool.lsp")) (load (strcat base "General_menu\\HideShowObjects\\HideShowObjects.lsp")) (load (strcat base "General_menu\\MatchAutoCADScreens\\MatchAutoCADScreens.lsp")) (load (strcat base "General_menu\\ObjectProp\\ObjectProp.lsp")) (load (strcat…

  • CubeDisplay_Off_On

    Short description This AutoLISP routine toggles the AutoCAD Navigation Cube (ViewCube) display by sending direct commands through the Active Document COM interface. It ensures that the cube display setting is refreshed properly by first turning it off and then immediately turning it back on. Command: Command: c:NavvCubeDisplayOffOn When executed, this command uses ActiveX and vla-sendcommand…

  • RotateUCS

    Short description This AutoLISP routine lets the user rotate the current UCS around the Z axis by a user-specified angle, resets the snap angle, and optionally saves the new UCS under a custom name. It is useful when drafting in rotated views but still wanting a clean UCS orientation for further drawing. Command: Command: C:RotateUCS…

  • SetUpUnits

    Short description Command: Description: Helper function: (if any)​ Functionalities: Result: Images, animations etc. XAML 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="SetUpUnits"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> <Bold>Function Syntax: SetUpUnits</Bold> <LineBreak/> <Bold>Version: 1 Date: 05.08.2025</Bold> <LineBreak/> <LineBreak/> <Hyperlink>N/A</Hyperlink> <LineBreak/> <Bold><Run Foreground="DodgerBlue">Function Syntax: SetUpUnits</Run></Bold><LineBreak/> <Bold><Run Foreground="DodgerBlue">Command:</Run></Bold> <Bold><Run Foreground="Orange">SETTUPUNITS</Run></Bold><LineBreak/> <LineBreak/> <Bold><Run Foreground="DodgerBlue">Description</Run></Bold><LineBreak/> <Run Foreground="White">🌍 SetUpUnits is a Civil…

  • Coordinates_menu

    Lisp code: Expand Code ↓ Select Code Copy Code ; — auto-generated by LispLoader — ; Menu: Coordinates_menu ; Generated: 2026-06-09 07:28:52 (setq base "C:\\Users\\mateid\\OneDrive – DB E.C.O. Group\\@C3D\\@Dan_Templates\\Acad\\Support_files\\Lisps\\Help_File\\") (load (strcat base "Coordinates_menu\\ExpImpUCS\\2\\ExpImpUCS_fixed_ascii_v28.lsp")) (load (strcat base "Coordinates_menu\\ExpImpUCS\\ExpImpUCS.lsp")) (load (strcat base "Coordinates_menu\\Export_Import_MS_UCS\\Export_Import_MS_UCS.lsp")) (load (strcat base "Coordinates_menu\\NavvCubeDisplayOffOn\\NavvCubeDisplayOffOn.lsp")) (load (strcat base "Coordinates_menu\\RotateUCS\\RotateUCS.lsp")) (load (strcat base "Coordinates_menu\\SetUpUnits\\SetUpUnits.lsp")) (princ)