Search the Community
Showing results for tags 'lee mac'.
-
Send Wipeout to Back of Draworder within Block Definition
b_gum posted a topic in AutoLISP, Visual LISP & DCL
So I have been trying to figure this out with several approaches now and I need some help. I would like to send all Wipeouts, or really any specified entity type, within a block to the back of the draw order. Is there a way to do this using Lee Mac's Apply To Block Objects routine... -
Hi every one, I am jonir an electrical engineer. I have a small idea that I like to implement .. I need a lot to calculate the length of a polyline or line that represents In my work the power consumtion next step, I calculate how meny loads on it on exel sheet and then the output is the value...
-
lisp for block counter an total length for all line and polyline
Eslam mansour posted a topic in AutoLISP, Visual LISP & DCL
Is there a possibility to get lisp for block counter an total length for all line and polyline in one command ? ( export data to table ) Any ideas for merging the two lispes i attached files? CountV1-5.lsp Totallenght.lsp -
error: no function definition: GETEXCEL, SOLVE THIS ERROR
raj patel posted a topic in AutoLISP, Visual LISP & DCL
I have autolisp program but when I run this program error "error: no function definition: GETEXCEL" are arrived. i also used this extension program but error is still there "http://web2.airmail.net/terrycad/LISP/GetExcel.lsp" so please help to remove this error... -
defun C:CR (/ PNT1 P1X P1Y STDY DY COORD PTXT) (defun *error* ( m ) (princ m) (redraw) (princ)) (while (= 5 (car (setq pnt (grread nil 13 0)))) (redraw) (setq str (mapcar 'rtos (trans (cadr pnt) 1 0))) (LM:DisplayGrText (cadr pnt) (LM:GrText (strcat "E " (car str) "\nN "...
-
Help pls with "Automatically Label Attributes"
Ahmed Elsaabbagh posted a topic in AutoLISP, Visual LISP & DCL
I want any explain how to use "Automatically Label Attributes" LiSP, i need steps how to add serial number on pipes this LISP from LEE MAC. -
Hey Guys! I found an awesome lisp file for my work(Lee Mac's Text calculator) and i started using it.It adds numerical text and place the result.But my cad project consists many numbers and I can't separate the selected number from the unselected one.Can any one update it to change the color after t...
-
Hi Please could someone assist with modifying an existing routine that moves a nested entity (NestedMoveV1-2.lsp by Lee Mac). This is an awesome routine, and I have looked into the code, but unfortunately I am still too new to LISP to make any progress. If someone could perhaps show me h...
-
- 1
-
-
Please help me for text on Polyline with block
Bittuds1996 posted a topic in AutoLISP, Visual LISP & DCL
Hi All Members Please Please help me for text on Polyline with block Sorry for English S2_A1_CS_LIST_FINAL.dwg -
BrowseForFolderV1-3.lsp Lee Mac value for bit Parameter to open a .lnk Folder
silvia_david posted a topic in AutoLISP, Visual LISP & DCL
Hi everyone, I am using Lee Mac's Program BrowseForFolderV1-3.lsp (http://www.lee-mac.com/directorydialog.html) to save and open folder's contents in a DCL box. I have set the value for the bit Parameter to 16384: (GetFiles:browseforfolder "" "" 16384). In this way, when I am exploring the fo...- 1 reply
-
- browseforfolder
- folder explorer
-
(and 3 more)
Tagged with:
-
All, I was wondering if anyone else was having a problem using Lee Mac's "Add to Block " on a dynamic block? Recently our title blocks have changed over to dynamic and now I cant use "Add to block" anymore. Thanks, Brian
-
All, I've been using Lee Mac's "Add object to block" lisp for sometime now and it works great, and one of the things I use it for is my title block for revisions but now the revision block has been inserted into the title block as a block and it won't add what I want to the revision block. Is th...
-
Hello all. First off let me thank Lee Mac for all that he does with LISP and how he helps others out. He is a great value to the community. Now for the question I have been trying to get his Tip of the day lisp working. I have the lisp in my startup suite, it and the text file are both in a s...
-
Modification to a Lee Mac Auto-labeling Lisp
eyeofnewt555 posted a topic in AutoLISP, Visual LISP & DCL
Hey guys, So thanks to Lee Mac, I've got this stellar labeling LISP that works for a variety of situations. I need help throwing one more situation into the mix. I'd like it to have different behavior when labeling the block named "Symbol - Tree CRZ". Within this block, there is a User Para...-
- lee mac
- dynamic block
-
(and 2 more)
Tagged with:
-
I have two Lisp Programmes with me, One of those LISP is downloaded from LEEMAC 1st Lisp gives the hatch area as text in AutoCAD drawing 1 - Areas2FieldV1-3.lsp 2nd Lisp gives an output as .txt file when you click two text objects in the drawing 2 - 2str.lsp I want to combine those 2 l...
-
Hey guys! So the amazing Lee Mac wrote two different versions of a LISP based on a request I posted. Workflow demands have changed and now I need to modify the lisp to be somewhere in between the two versions. Version 1 & Version 2. For the combo lisp, I need: The block multileade...
- 4 replies
-
- lee mac
- labeling blocks
-
(and 1 more)
Tagged with:
-
Hi Lee, been using this code in daily basis, Just a quick question. Would it be possible to add "plot to PDF" after it changes the attribute values? http://www.lee-mac.com/batte.html
-
I have a Lisp from Lee Mac which I would like to be modified. I would like to have a setting that let's you choose which layer it should be on. I have tried to write something myself and only came up with this: ****************************************************************** (setq TASH (g...
-
hello sir, I have a selection set consists of number of ellipse I want to get center point, minor width and major width of each ellipse and stored in excel file. please help regarding this.....
-
extract all coordinate and dimension from autocad drawing
raj patel posted a topic in AutoLISP, Visual LISP & DCL
i want to extract all coordinate and dimension from AutoCAD drawing(attached file) i am using below code they extract only circle dimension, what can i do to extract other dimension.. (vl-load-com) (defun c:test (/ i e p1 p2 ss lst q var f fn dat dat1) ;hanhphuc 2014 (set 'var (getv... -
selection set of line, circle, arc, polyline from autocad 3D object
raj patel posted a topic in AutoLISP, Visual LISP & DCL
i have a 3D object in autocad and i want to create selection set of line, circle, arc, polyline of that object using visual lisp. please help.. thanks in advance... Drawing1.dwg -
extract length, width and thickness from 3d object of autocad...
raj patel posted a topic in AutoLISP, Visual LISP & DCL
i need help to extract length, width and thickness from 3-D constant thickness object using visual lisp... and showing this L, B & T value in file... -
Need to get LISP to plug Excel values into dynamic blocks
ergeebee posted a topic in AutoLISP, Visual LISP & DCL
I'm trying to get LISP to automate the editing of a bunch of dynamic blocks for basic things like width and depth. I want to have all these values set up by model numbers in in an Excel spreadsheet. In order to accomplish this, I've used the code for "Set Dynamic Property Value" by Lee Mac and "Ge... -
Summarize Specific Data for Particular Attributes in Dynamic Blocks
TheyCallMeJohn posted a topic in AutoLISP, Visual LISP & DCL
Okay guys so here is what I am looking for, I want to write a lisp or modify an existing lisp, that will select blocks within a given selection frame and summarize the attribute data in table either in the drawing or an excel file. I found LeeMac's awesome program "Count Attribute Values" but m...- 7 replies
-
- lee mac
- dynamic blocks
-
(and 3 more)
Tagged with:
-
Hi, Would it be possible to create a LISP routine that can take 300-1000 AutoCAD files and rename dimstyle,textstyle automatically? : Cry:: Cry:
- 26 replies
-
- lee mac
- batch file
-
(and 2 more)
Tagged with: