Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/2019 in all areas

  1. (defun c:NOX ( / item ) (setq item (tblnext "BLOCK" T)) (while (/= item nil) (if (wcmatch (cdr (assoc 2 item)) "*[|]*") (progn (setvar "CMDECHO" 0) (command "-Layer" "Filter" "Set" "All non-Xref Layers" "") (setvar "CMDECHO" 1) (setq item nil) ) (progn (setq item (tblnext "BLOCK")) ) ) ) (princ) ) (princ)
    2 points
  2. Hi Paul, he most likely uses a special add-on package for Kitchen Designs. I used to do modular casework (very similar to kitchen cabinets) at a few companies and we always used add-ons for AutoCAD to do this. Yes you can do it by hand but that can be VERY time consuming. Microvellum makes one - https://www.microvellum.com/kitchen-cabinet-software-for-autocad-users/ Here's a video of someone doing it just in AutoCAD Good luck
    1 point
×
×
  • Create New...