Search the Community
Showing results for tags 'visuallisp'.
-
Draw a horizontal line with only midpoint and length available
Sharper posted a topic in AutoLISP, Visual LISP & DCL
Hi Guys I've searched for this assuming someone would hav already, and it seems like theres many similar but not the same. Between 20 and 100 times per day I need to draw a line, this line is always horizontal so no angle required. I would know its length (this is the 1st variable... -
hello i want help for creating lisp for me please ... the lisp will do these functions 1- as the attached image (1a) if i have block with yellow at right and some green blocks 2- i want when i launch the lisp to ask me to draw poly line that i want as in image 2a 3- after that w...
- 10 replies
-
- 1
-
- visual lisp
- visuallisp
-
(and 3 more)
Tagged with:
-
publish layouts with specific name with a lisp
Manuel_Kunde posted a topic in AutoLISP, Visual LISP & DCL
Hello all. I need a lisp that will merge all layouts, that start with a certain name, into one PDF file. I have already made some progress with this Lisp. With the dwgprops I get information about the current file path, which I then merge all with the stract command. This also works, onl...-
- autolisp
- visuallisp
-
(and 3 more)
Tagged with:
-
Gather information in one drawing and create the table in a seperate drawing
mwohlford posted a topic in AutoLISP, Visual LISP & DCL
I wrote a lisp program that creates an equipment list from part numbers in selected blocks and a csv file with information about those part numbers. It allows the user to then select a layout followed by an insertion point, then creates the table a populates it with the list. On a small project we...