C3D tools published pages

Page Category: AutoCAD_Lips

  • CreatesXrefsLayersAssign_vs.00

    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…

  • ZoomXref

    Short descriptionAutoCAD LISP utility for listing loaded Xrefs in a dialog, filtering them with wildcards, and zooming directly to the selected Xref extents. Command:ZOOMXREF, SELECTXREF Description:ZoomXref is an AutoCAD AutoLISP and ActiveX utility that helps users find and zoom to Xrefs quickly from a clean DCL dialog. The tool scans Xref block definitions, displays each…

  • DuplicateLayouts_00

    Short description Shows a DCL dialog to choose paper-space layouts and specify how many copies to create for each, then duplicates the selected layouts using the LAYOUT command. Provides a summary list where selected layouts and their copy counts can be reviewed and removed before running the duplication. Command: Command: DuplicateLayouts Description: Creates a temporary…

  • 3D_PolyOffset

    Short description Creates a 3D offset of a selected 3D polyline. Converts the original 3D polyline into a temporary 2D polyline. Applies a user-defined offset distance. Reconstructs a new 3D polyline using original Z-coordinates. Restores system variables and cleans up temporary entities. Command: Command name: OFFSET3D Select a 3D polyline when prompted. Enter the offset…

  • Text_menu

    Lisp code: Expand Code ↓ Select Code Copy Code ; — auto-generated by LispLoader — ; Menu: Text_menu ; Generated: 2026-06-09 07:42:20 (setq base "C:\\Users\\mateid\\OneDrive – DB E.C.O. Group\\@C3D\\@Dan_Templates\\Acad\\Support_files\\Lisps\\Help_File\\") (load (strcat base "Text_menu\\AlignText\\AlignText.lsp")) (load (strcat base "Text_menu\\AlignTextCurve\\AlignTextCurve.lsp")) (load (strcat base "Text_menu\\AreaText\\AreaText.lsp")) (load (strcat base "Text_menu\\Associative_Textbox\\Associative_Textbox.lsp")) (load (strcat base "Text_menu\\Background_Mask\\Background_Mask.lsp")) (load (strcat base "Text_menu\\BFindV2-0\\BFindV2-0.lsp")) (load (strcat…