Search the Community
Showing results for tags 'page'.
-
Is there any way to add more options, such as 50, 80, 100, etc. regarding the number of posts seen per page? Thanks.
-
Removing all objects not on current page layout AutoCad LT 2013 and LT 2014
stevenwheatley posted a topic in AutoCAD LT
Hello, I work for a practice of landscape architects. On the project I'm working on we have a series of drawings covering the site layout or construction details. Each drawing will issue corresponds to a page layout. When we issue revised drawings to the contractor as PDFs we also need to issue DWG... -
I've been reading through this detailed thread http://www.cadtutor.net/forum/showpost.php?p=271362&postcount=8 Well... I grabbed one of the snippets of code from the thread referenced above. It works perfectly. I deleted this.. ;; (vl-cmdf "_.pasteclip" "0,0") Since Lee Mac didn't k...
-
Import page setup information automatically
hosannabizarre posted a topic in AutoLISP, Visual LISP & DCL
Currently I use a lisp file to import page setup information, which brings in previously configured plot set up information (as found in a specified drawing template). page_setups.lsp... (DEFUN C:PSN () (command "._-PSETUPIN" "W:/Library/Acad Setup/Page_Setup_Template/page_setup_templat...