Short description π C3DExploder is an AutoCAD Civil 3D C# .NET plugin project with an AutoLISP loader that converts selected Civil 3D objects into native AutoCAD geometry. The tool helps Civil 3D users create AutoCAD polylines, 3D polylines, lines, rectangles, and MText labels from supported Civil 3D entities, while logging the conversion process for QA…
Short description π BookmarksC3DEntities.lsp is an AutoCAD Civil 3D AutoLISP bookmark manager that lets users save selected Civil 3D entities into a searchable navigation list. The tool stores object type, object name, color, bounding-box location, handle, and user remarks so designers can quickly zoom back to important alignments, profiles, profile views, corridors, pipes, structures, COGO…
Short description π€ CogoPointsExport.lsp is a Civil 3D AutoLISP export utility that exports COGO point data from selected point groups to Excel or CSV. The tool helps AutoCAD Civil 3D users filter point groups, choose export columns, generate Excel workbooks, save timestamped CSV files, and speed up survey point reporting, QA checking, and project documentation.…
Short description π Block2CogoPoints.LSP is a Civil 3D AutoLISP utility that converts selected AutoCAD block references into Civil 3D COGO points. The tool reads block insertion points, transfers attribute information into point descriptions, previews Z min and Z max values, and optionally deletes the original blocks for a cleaner drawing workflow. Command: π Main command:…
Short description The GetLabelText project is an AutoCAD Civil 3D .NET plugin designed to extract, review, filter, export, and reuse label text from Civil 3D profile views, section views, bands, labels, and annotation objects. The plugin adds the GETLABELTEXT command, which opens a modeless Civil 3D Label Extractor window with tools for label extraction, band…
Short description Civil 3D Label Extractor β audit, filter, and export all band label text from Profile Views and Section Views in a single modeless panel, without blocking AutoCAD workflows. Command: GetLabelText Description: The Civil 3D Label Extractor (command: GetLabelText) scans every ProfileView and SectionView in the active drawing and collects the complete text of…
Short description AutoCAD Civil 3D .NET Plugin Shadow-Copy Loader β loads a managed DLL into AutoCAD without locking the source file, enabling live rebuild-and-reload without restarting AutoCAD. Command: Command: ReloadPlugin Trigger: Auto-runs on file load via (load “LoadPlugin.lsp”) Reload shortcut: Type ReloadPlugin in the AutoCAD command line Description: This AutoLISP routine solves the most common…
Short description Purpose Create a copied Civil 3D structure at each selected COGO point, positioned and elevated from the point data. Scope Works directly with AeccDbStructure and AeccDbCogoPoint objects using COM, without AeccXUiPipe or AeccPipeApplication dependencies. Command: Command name CogoPoints2Structures How to run Load the LISP, then run: CogoPoints2Structures Description: What it does Select one…
Short description Sort / Purpose: Create a Civil 3D Structure (AeccDbStructure) at every selected COGO point, by copying a user-chosen template structure and placing the copies at each pointβs location with rim set to point elevation. β’ Scope: Batch βstampβ manholes/inlets/etc. on COGO points. β’ Dependency: Uses only AeccDb COM objects (no AeccXUiPipe / AeccPipeApplication),…
