Command in AutoCAD

Command in AutoCAD

adaptacad
Advocate Advocate
705 Views
0 Replies
Message 1 of 1

Command in AutoCAD

adaptacad
Advocate
Advocate

Hello again guys.
Is there a command for this?
I'm using the mini-lsp to configure my layouts. I make the first layout save the .dwt and I insert the next ones with code.
Can I set the print area in the layout? for when I press the  " + "  it already get configured?

 

(defun c:mais (/)
  (command "_.LAYOUT" "T" "c:\\New\\qt.dwt" "Layout1")
  (princ)
)
0 Likes
706 Views
0 Replies
Replies (0)