Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/11/2025 in all areas

  1. No Simply modifying the matrix blocks will solve the problem. If no one can do it on your own, or if no one has done it before, then I'll help you do it tomorrow.
    1 point
  2. I guess you should just move those attributes a little to the right and make them invisible again.
    1 point
  3. Use this to see for yourself (defun c:todovis (/ cj n ent lstent) (if (setq cj (ssget "x" '((60 . 1)))) (while (setq ent (ssname cj (setq n (if n (1+ n) 0)))) (entmod (append (entget ent) (list '(60 . 0)))) ) ) (princ) )
    1 point
  4. Hi Nikon Blocks are scarce in my diet. But if you add any of those disobedient blocks , maybe I can help you.
    1 point
  5. @CADSURAY sorry to burst your bubble but Protected lisp is easy to convert back to plain text. It was introduced say at least 30 years ago. That why these days we have VLX and DES.
    1 point
×
×
  • Create New...