Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/13/2022 in all areas

  1. A few of the express tools when used with lisp you have to not use the command name, another is Extrim use (etrim ....
    1 point
  2. Thanks now it's working, although there is an extra parentheses and just to be on the safe side I used (load "acettxt.lsp")
    1 point
  3. you can check this topic; https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-do-i-automate-the-tcircle-command/td-p/2517693 (setq p1 (getpoint "\nPick a point for the text")) (vl-cmdf "text" p1 "1.0" "0.0" "Test1") (setq ss (ssget "_L")) (bns_tcircle ss "Variable" "Rectangles" "" 0.35)(princ))
    1 point
  4. Ok do it in an entire different way, select client, then select sheet size and orientation. The client specific bits are added to the correct layout. If it's your company layouts only even easier. Just use layout command with "T" option to get from another dwg. This is part of make layouts along pline. Happy to discuss further not free but cheap.
    1 point
  5. http://www.lee-mac.com/steal.html (Steal "C:\\My Folder\\MyDrawing.dwg" '(( "Layouts" ("Layout1" "Layout2")))
    1 point
  6. Thanks, dive right in.. Here is the original, membership required
    1 point
×
×
  • Create New...