Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/29/2026 in all areas

  1. From now own it would be appreciated if you would provide a proper title to your threads. I renamed this one for you. Also, when posting a code, as mentioned by @mhupp, use Code Tags (<> in the editor toolbar) Also, when posting a "found" code, please provide the source where it can be found.
    1 point
  2. Using @BIGAL suggestion for ssget to only pick up text and blocks set in a while loop so you can align multiple things to the same axis. also added a visual to choose between horizontal or vertical alignment. AlignT&B.lsp
    1 point
  3. Another suggestion (setq ss (ssget (list (cons 0 "TEXT,INSERT"))))
    1 point
  4. Very quickly try these changes: (setq alpty (cadr alpt)) ---> (setq alptx (car alpt)) (setq newpt (list inptx alpty)) --> (setq newpt (list alptx inpty))
    1 point
  5. Post a sample block or drawing also use the <> when posting code.
    1 point
×
×
  • Create New...