AutoLISP in AutoCAD is a programming language LISP (List Programing) in Autocad. AutoLISP provides convenience to users and developers Autocad to write functions and programming macros. Macro is a script that instructs the computer to perform a series of commands.
I explain a little bit (defun c: x () (command "xxx")) x is a substitute printah that we set, this means that when we typed x will turn command xxx,
Ok, on this occasion I will share AutoLISP print, functions to accelerate the process to print, but it's just for mengeprin AutoLISP in Layout alone and one by one sheet ...
This is his AutoLISP (commandnya is C0)
================================================== ======================
(Defun c: c0 () (COMMAND "-PLOT"
"Y"
""
"Canon iX6500 series"
"A3"
"M"
"Landscape"
"N"
"L" "1: 1" "0.00,0.00"
"Y"
"Monochrome.ctb"
"Y"
"N"
"N"
"N"
"N"
"N"
"Y"))
)
==================================================
I explain a little bit (defun c: x () (command "xxx")) x is a substitute printah that we set, this means that when we typed x will turn command xxx,
Ok, on this occasion I will share AutoLISP print, functions to accelerate the process to print, but it's just for mengeprin AutoLISP in Layout alone and one by one sheet ...
This is his AutoLISP (commandnya is C0)
================================================== ======================
(Defun c: c0 () (COMMAND "-PLOT"
"Y"
""
"Canon iX6500 series"
"A3"
"M"
"Landscape"
"N"
"L" "1: 1" "0.00,0.00"
"Y"
"Monochrome.ctb"
"Y"
"N"
"N"
"N"
"N"
"N"
"Y"))
)
==================================================
Tag :
AutoLISP
0 Komentar untuk "AutoLISP To Print In AutoCad"