Search the Community
Showing results for tags 'auto lisp'.
-
How to erase Table thru AutoLISP while running Script ??
Ashish123 posted a topic in AutoLISP, Visual LISP & DCL
Hello All, I am trying to remove one table from my drawings. Please take a look at the attached sample dwg. I have over 8000 drawings to modify. All drawings contains 3 tables as shown in sample drawing. I want to erase table 3. The location of the table 3 can be anywhere in with in outside... -
Export X Coordinates only to note pad file with Space Seperator
pvsvprasadcivil posted a topic in AutoLISP, Visual LISP & DCL
Dear all Well Wishers, Please provide a code for Exporting X coordinates only to Notepad with space separator or comma separator only. and i need Exporting Y coordinates only to Notepad with space separator for selected objects. sorry for my poor English.so kindly suggest and provide Auto lis...- 8 replies
-
- export x coordinates
- auto lisp
-
(and 1 more)
Tagged with:
-
I have forgotten the syntax to query a setq statement at the command line in autocad. I used to type a setq PT1 at the command line and the value was returned. But I cannot remember the trick to doing this. Can anyone help. Thanks
- 3 replies
-
- returning value of setq
- auto lisp
-
(and 1 more)
Tagged with:
-
Lisp to draw circles and rectangles from values in a .CSV file
CADINATOR posted a topic in AutoLISP, Visual LISP & DCL
Hi, brand new to this site and my very first thread! I am trying to write a LISP routine and basically have no experience with it except for opening them up and trying to decode it for my self. I am going over lisp basics right now but thought I would through this out there in hopes of learning some...- 9 replies
-
- lisp
- help with lisp
-
(and 3 more)
Tagged with:
-
A company in Iran employs people with Visual Lisp (Auto Lisp) programming knowledge and abilities. The advantages of this job depends on employee qualifications. Qualified persons please reply to this thread to receive more information. Thanks. Mohammad
- 18 replies
-
- programming
- job
-
(and 2 more)
Tagged with:
-
Hi, Guys i have 4 views in a drawing, (view the screen shot below) i have to plot these 4 views into a pdf document, (each view into a seperate page in the PDF ) now imagine me doing this for 40+ drawings files, in which each of the drawing file also has 4 or more views (this pro...
-
Datalink table insertion with TBL.LSP crashes second time
shailujp posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I'm using a datalink table insertion utility tbl.lsp from Juan Villareal. It allows me to insert the table for the first time in the drawing without any issues. But when I want to insert the table (different table though) for the second time in the same drawing, AutoCAD crashes giving me... -
I have few .arx applications for AutoCAD. In these applications few are menu based and others are command line. Now what I am trying to do is, Load the .arx app, run it and then unload it once the .arx application runs through a LISP command. .arx applications run once the user clicks on the t...
-
Hi all, I want search a string in list using lisp can any body help me. ex (setq a (list "1" "2" "3")) now i want to search "2" in a list. thank you
-
I made a very simple lisp to draw a line according to a requested slope ratio like 1:4, 1:10 ect it works fine for "normal" angles, but when it comes to ratio like 1:60 or 1:0.001 the result is inconsistent... I mean sometimes it will be displayed fine, or on the x axis (ie with no inclination at...
-
Hello friends, how is it possible to make a shortcut by AutoLISP programming. I mean creating a file with .lnk extension which refers to an executeable file in Windows.