Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/20/2020 in all areas

  1. To make things complicated (defun c:DemonstrationOfChangingTextToAttribute (/ selectionset increment TheSelectedTextObject dataFromSelectedTextObject ) (if (and (tblsearch "BLOCK" "Line code") (setq selectionset (ssget "_:L" '((0 . "TEXT")))) ) (repeat (setq increment (sslength selectionset)) (setq TheSelectedTextObject (ssname selectionset (setq increment (1- increment)) ) ) (setq dataFromSelectedTextObject (entget TheSelectedTextObject)) (setq dataIneedFromSelectedTextObject (mapcar (function (lambda (dxfcodes) (assoc dxfcodes dataFromSelectedTextObject ) ) ) '(1 40 7 10 50 41 8) ) ) (entmake (append (list '(0 . "INSERT") '(66 . 1) '(2 . "Line code") ) (cdddr dataIneedFromSelectedTextObject) ) ) (entmake (append (list '(0 . "ATTRIB") '(2 . "LINE_CODE") '(70 . 0) ) dataIneedFromSelectedTextObject ) ) (entmake '((0 . "SEQEND"))) (entdel TheSelectedTextObject) ) ) (princ) )
    2 points
  2. At that price point I'd get a ryzen over Intel as the amd graphics will be better than the Intel graphics. You can add an m.2 sad later if it doesn't already have one.
    1 point
  3. Actually, I think f700es gave you the best advice so far. Get the best and the most that you can afford. There's not much more to say than that.
    1 point
  4. Are you still using Autocad 2015? If so, I think that Lenovo laptop should be ok.
    1 point
  5. Get the best Ryzen with the most ram you can afford at $500 budget.
    1 point
×
×
  • Create New...