Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/2023 in all areas

  1. I personally hate it when someone has the same issue as me then posts "I fixed it!" and doesn't post their code... Here is the final code: (defun c:test () (if (setq T3 (ssget "_X" '((0 . "DIMENSION")))) ; finds ALL dimensions (repeat (setq n (sslength T3)) (setq tdata (entget (ssname T3 (setq n (1- n))))) (entmod (subst '(3 . "NewDimStyle") (assoc 3 tdata) tdata)) ;;;Assumes NewDimStyle exists / replaces the old Dimstyle with the new ) ) (princ)) Thank you again Steven.
    1 point
  2. Try looking at your commandline, the option is there to set it back to Leader Arrowhead first or hit the down arrow on the keyboard to bring up options.
    1 point
  3. 1 point
×
×
  • Create New...