– Opens and saves native .dwg files reliably. No conversion or loss of entities. For its time, it was one of the most compatible free alternatives.
: Allows users to organize drawings using multiple layers to control visibility and properties. nanocad version 5
;; 3. Create standard layers (setq layerList '(("0" "CONTINUOUS" 7) ; White ("OBJECTS" "CONTINUOUS" 2) ; Yellow ("DIM" "CONTINUOUS" 3) ; Green ("HATCH" "CONTINUOUS" 4) ; Cyan ("TEXT" "CONTINUOUS" 1) ; Red ("CENTER" "CENTER" 6) ; Magenta ("HIDDEN" "HIDDEN" 5)) ; Blue ) – Opens and saves native
nanoCAD 5 includes a massive toolset of over . Highlights include: : Allows users to organize drawings using multiple
Who it’s best for
(foreach l layerList (if (not (tblsearch "LAYER" (car l))) (command "LAYER" "M" (car l) "C" (nth 2 l) (car l) "L" (nth 1 l) (car l) "") (princ (strcat "\nLayer " (car l) " already exists.")) ) )