Message 1 of 4
Plot Using Lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys i am busy creating a lisp that plots to a certain location using a certain name that gets extacted from the titleblock combined with other numbers. for this example im going to use a variable name only.
(defun c:test (/)
(setvar "filedia" 0)
(setq prnt "C\\PRINT\\00-0000-0000.pdf")
(command "-plot" "y" "A0" "DWG To PDF.pc3" "ISO full bleed A0 (841.00 x 1189.00 MM)" "M" "L" "N" "E" "1=1" "C" "Y" "DRA.ctb" "Y" "N" "N" "N" prnt)my question is how do you put the prnt variable in?
Civil 3D Certified Professional