Highlights — Click any feature for details
Dramatically faster engine
New IntelliCAD 14.1 core, refactored snapping, smarter memory management — every click feels quicker.
Read more →Flex License — move between PCs in seconds
Install on office, home and client PCs. Activate where you work today, switch online when you move.
Read more →DWG Compare - Spot every change, instantly
New COMPARE command highlights added, removed and modified objects between drawing versions.
Read more →Floating Drawing Windows
Drag any drawing to a second monitor. Work side-by-side on related layouts with independent navigation.
Read more →ESRI ArcGIS basemaps
Five new Esri layers — OpenStreetMap, Imagery, Streets, Light/Dark Gray — alongside Bing.
Read more →PDF-to-CAD, your way
Revamped PDF2CAD workflow with full control. Plus: export geospatial PDFs with embedded coordinate info.
Read more →2D isometric drawing
New ISODRAFT command activates the 2D isometric environment. Draw 3D-looking objects with standard 2D tools.
Read more →Upgrade in minutes — keep all your settings
New UI Migrate Tool moves your aliases, toolbars, profiles and customizations from progeCAD 2026 — no manual reconfiguration.
Read more →Dimension Grips Content Menu
Smarter grip editing for dimensions and multileaders — hover any grip for a context-specific menu.
Read more →Full Visual LISP environment
New VLISP command brings an AutoCAD®-like IDE with debugging through VS Code. Loads .vlx and .fas files.
Read more →Autodesk® Revit® 2026 support
BIM Import now reads the latest Revit® 2026 RVT and RFA file formats.
Read more →AEC module enhancements
Flip walls on the fly, cycle measure points, anchor doors and windows with new AECANCHOREDIT.
Read more →More Features & Improvements
New commands and workflow upgrades
- Glow selection preview — selections highlighted in soft transparent blue (customizable), not just dashed lines
- Barcodes in your drawings — Generate scannable barcode blocks directly in progeCAD — perfect for industrial documentation
- SHAREWITH command — share drawings via native Windows Share (Teams, email, phone, etc.)
- SVGIMPORT command — import .svg files directly as native CAD entities
- FILLET & CHAMFER — hold Shift to close corners with zero radius / zero distance
- ETRANSMIT — new "Use Organized Folder Structure" option preserves folder hierarchy
- SURFSCULPT — build 3D solids by trimming and combining surfaces
- MREDO command — reverse multi-step Undo; UNDO/REDO now track session and registry variables
- OVERKILL improvements — now cleans up rays, infinite lines, text, hatches, dimensions, multileaders
- BTESTBLOCK — test Advanced (Dynamic) Blocks in a temporary window before saving changes
- Tool Palettes — support for images, leaders and xrefs; image palettes with preview; text titles for groups; new context menu in Attribute Editor
New GIS & DTM tools
Learn more on progeCAD for Surveying, GIS and Civil- TRIANGULATE — now works with splines and polylines; divide isolines by percentage before 3D triangulation
- ELEVARROW — arrows indicating slope direction on a 3D polyline
- SLOPEVECTORS — maximum slope vectors of a terrain represented by 3DFaces
- SLOPECOLORING — color-code terrain faces based on their slope
- SLOPE3D — 3D slopes between two curves at different elevations
- ELEVTEXT — insert elevation text on contour lines
New Express Tools
Learn more on progeCAD Express Tools- HATCH EXCEL — export hatch information to Excel
- TEXT EXCEL — export text information to Excel
- FREEZEALL — freeze all layers except those of the selected objects
- TEXTORIENTATION — align text to a selected polyline segment
New Features for Raster DRAW
Learn more on progeCAD Raster Draw ToolsA comprehensive new suite of commands brings raster image editing directly into your drawing workflow — no more switching to external image editors for routine tasks.
- IFIX — correct perspective distortions in inserted images
- ICROPCIRC / IRUBCIRC — crop or erase raster data inside/outside a circular region
- ICLEANUP — automatically clean bitonal raster images (removes isolated noise)
- IWINDOW / IPICKOBJECT / ICROSSING — select multiple raster objects by window, pick or crossing
- ITEXT / ILINE / ICIRCLE / IRECTANG — write text and draw geometry directly on raster images
- IVMERGE improvements — specify stroke width in pixels when merging CAD entities into raster
Interface & everyday workflow
- Menus and interface optimized to match the current theme; several menus reorganized for usability
- SHIFT + mouse wheel click during panning — shortcut for orthogonal-only movement
- Close drawings without switching to them first
- Configurable transparency for the undocked command bar
- REVCLOUD — default radius based on current view size on first use
- "Multiple" option in OFFSET — repeats offset with same distance and selection
Text, tables and attributes
- Unicode OTF fonts; toggle multiline text automatic stacking on/off
- TRIM command now works directly on table entities
- Tables auto-filled with blocks placed in selected cells
- Navigate table cells with Home, End, Page Up, Page Down
- Quick Properties Palette manages Attribute values inside blocks directly
- Quick Properties support for Array (rectangular, polar, path) and Camera entities via CUI dialog
Layers, XRefs and data exchange
- Export group layer filters to .lft files; copy layer settings from Explorer to Excel
- Digital signatures using Cryptography Next Generation (CNG) technology
- New STEP file conversion driver for Export/Import — manages sub-meshes, solid bodies, block grouping
- ESRI Shape files in MAPIMPORT — complements ESRISHAPE command, manage info via Properties palette
Other features
- Visual styles in print via WinGLES2 device on standard and virtual printers
- GEO command — background maps scaled using INSUNITS variable
- DRAGOPEN — now works with DXF files when dragged from Explorer
- Improved Cube View — changing 3D view keeps current selection and uses it for Fit zoom
- CPolygon for Stretch Action in Advanced/Dynamic Blocks
- Smart Zoom Detail — auto-disables on small drawings, active on large ones (configurable)
- SPLINEEDIT — when converting Spline to Polyline, choose lines or arcs (PLINECONVERTMODE)
- SOLIDEDIT — edge/face selection on 3D solids now uses Glow preview
- Extensive reliability fixes across xrefs, raster-to-PDF export, snapping, trimming, polylines, multileaders, tables, data extraction and more
For Developers — APIs & LISP new features
.NET API
- Updated to .NET 8 (progeCAD now supports .NET Framework 4.8 and .NET 8)
- Improved performance for GetCurrentView and SetCurrentView
- Improved performance when working with view objects and bulk editing via grips
- New Close method on PaletteSet
- Use IIcadApplicationPreferences for retrieving .ctb file paths
LISP & Visual LISP
- Load compiled LISP (.vlx) and fast-load LISP (.fas) applications — AutoCAD® compatible
- LISP Debugger extension supports "program" and "cwd" options (progeCAD executable path and working directory in VS Code)
- New LISP property functions:
dumpallproperties,getpropertyvalue,setpropertyvalue,ispropertyreadonly - New LISP functions:
tablet_setbutton, severalCAutoMLeadermethods, VLX helpers (vl-list-loaded-vlx,vl-unload-vlx,vl-vlx-loaded-p) - Additional LISP additions:
vla-setblockattributvalue,vla-get-contentblockname,vl-registry-delete,vl-registry-read,vla-explode,ssget
IcARX / IRX / ObjectARX compatibility
- Continued progress on the long-term ObjectARX-compatible API clone
- New in IcARX: AcadAppInfo, CAdUiPaletteSet, Properties Palettes API, OdBrBrep::getPointContainment
- New in IRX: IIcEdSelectionSetHistoryAccessor
- IcARX fixes: acTransactionManagerPtr(), CAdUiAnchorBar, CAdUiDockControlBar, OpenDCL
SDS & VBA
- New SDS function:
sds_getcorner - SDS fixes:
sds_invoke(),acedCmdS(sds_cmd),sds_getargs(),sds_ssgetfirst - VBA fixes:
ObjectModifiedandObjectErasedevents
System Variables
New in 2027
ANNOSCALEPANEMODE, BDEPENDENCYHIGHLIGHT, CMDROLLOVEROPACITY, ISAVECOUNT, MTEXTAUTOSTACK, PROXYNOTICE, QCDECIMALSEPARATOR, STATBARMENUMODE, TEMPOVERRIDES, AECCYCLEMEASURETO, BLOCKTESTWINDOW.
Renamed
UITHEME is now COLORTHEME and includes new values.
Updated
GRIDLINESMAX, GRIDPOINTSMAX, LIMMIN, LIMMAX, OSNAPMAX, STARTUP, AFLAGS, TRACKPATH.
Title