Creating a Layout using Visual LISP in AutoCAD - AutoCAD DevBlog

Creating a Layout using Visual LISP in AutoCAD - AutoCAD DevBlog

瀏覽:1031
日期:2025-06-26
by Fenton Webb Here’s a nice example that shows how to add a Layout using Visual LISP. It also shows how to set a Plot Style configuration and the Paper Size, and then make the new Layout active… (defun c:addMyLayout (vl-load-com) (setq acadApp (vlax ......看更多