+ Post New Thread
Page 51 of 417 FirstFirst ... 41 49 50 51 52 53 61 101 151 ... LastLast
Threads 1251 to 1275 of 10408

Forum: AutoLISP, Visual LISP & DCL

Questions from beginner to advanced. Tell us about good sources of free lisp and post your own routines for testing.
Code posting guidelines

  1. FAQ Article Sticky Thread Sticky: Suggested changes to this forum

    The "AutoLISP, VBA, the CUI & Customisation" forum has become a very lively part of the AutoCAD Forums and probably needs a structural review in order to acommodate growth in the future. I'm...

    Started by CADTutor‎, 14th Jun 2010 09:44 am
    8 Pages
    1 2 3 ... 8
    • Replies: 75
    • Views: 20,682
    12th Aug 2010 08:09 am Go to last post
  2. FAQ Article Sticky Thread Sticky: Code posting guidelines

    Code posting guidelines When you are posting AutoLISP or VBA code in these forums, there are some simple guidellines you should observe in order to make life easier for you and for others. ...

    Started by CADTutor‎, 18th Sep 2006 10:46 pm
    • Replies: 0
    • Views: 35,227
    18th Sep 2006 10:46 pm Go to last post
  1. Question Text to Attribute and then create Block with it

    Hello Again i have join two great scripts from Lee Mac(txt2att) and Tharwat(qb) :)) but i know this could be optimized.... My intention on doing this is to grab existing text (one by one) and...

    Started by homasa‎, 16th Aug 2012 11:18 pm
    • Replies: 7
    • Views: 881
    17th Aug 2012 03:23 pm Go to last post
  2. Incremental Numbering Suite

    Hi Guys, Wasn't that busy, so I thought I'd put together a little Incremental Numbering Suite for you all to sample. I've come to realise that this kind of LISP seems to be quite a popular one...

    Started by Lee Mac‎, 12th Apr 2009 08:07 pm
    28 Pages
    1 2 3 ... 28
    • Replies: 279
    • Views: 36,287
    17th Aug 2012 12:18 pm Go to last post
  3. Extracting values from objects

    I want to extract values from objects such as a line, and use them as variables in Autolisp. For instance, say I draw a line: (command "line" "0,0" "@5000<37" "") It will draw a line 5000...

    Started by bpdav1‎, 15th Aug 2012 04:09 am
    2 Pages
    1 2
    • Replies: 19
    • Views: 1,213
    16th Aug 2012 09:48 pm Go to last post
  4. Question Display file explorer Lip

    Dear autocad users / lisp writers, Could somebody please help me. I wrote this .lisp file (defun c: x x () ; Put Xref to right layer ; edited the line, otherwise it shows a angry smiley ...

    Started by weedseed85‎, 16th Aug 2012 09:10 am
    autocad, file explorer, lisp, xref
    • Replies: 5
    • Views: 500
    16th Aug 2012 02:31 pm Go to last post
  5. Block insertion / redefine

    Hi, I am writting this code and I'm having a problem with it (defun NouveauCalque () (Command "_layer" "_n" "-LU BOIS" "_C" "41" "-LU BOIS" "" "") (Command "_layer" "_n" "-LU...

    Started by CadFrank‎, 15th Aug 2012 03:25 pm
    • Replies: 3
    • Views: 413
    15th Aug 2012 09:34 pm Go to last post
  6. Prefix/Suffix - add to numbers or text

    I am looking for a lisp routine that will add text to the front or back of text or to an attributed block style text. Is there a good one out there? Also, if I find one, how do I copy the lisp file...

    Started by coniferous‎, 24th Nov 2011 09:17 pm
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,772
    14th Aug 2012 07:07 pm Go to last post
  7. Question Prefix-suffix on multiple text items

    Hello, I have seen a lots of posts regarding adding Prefix and Suffix to mulitple text items , i have just updated to 2012 and have lost my previous program. Can anyone help?

    Started by Nick-1971‎, 14th Aug 2012 01:26 pm
    • Replies: 8
    • Views: 700
    14th Aug 2012 07:07 pm Go to last post
  8. Is there a way to use LAYOUTSELECT.dcl to DELETE blocks from certain layouts?

    Hello, I have used the GATTE2.lsp and am indebted to the person who posted it. It's wonderful. Now I humbly ask if there is a way to use the LAYOUTSELECT.DCL in order to completely delete blocks...

    Started by Frozena‎, 14th Aug 2012 03:06 pm
    delete blocks, gatte2, layouts, layoutselect.dcl
    • Replies: 3
    • Views: 291
    14th Aug 2012 07:01 pm Go to last post
  9. Smile Break Line Lisp

    Does anyone know of a lisp that if you click on a intersection of two lines, then click the line you want to break it breaks on both side evenly depending on what the LTscale is set to? Thanks in...

    Started by neekcotrack‎, 23rd May 2008 05:52 pm
    • Replies: 8
    • Views: 18,124
    14th Aug 2012 06:12 pm Go to last post
  10. The Alisp logic

    Hi! i have studyd Alisp for a while and gone through functions and stuff. But where do i stuck is when i start writing something on my own. It seems that i don ot get the logic steps how to get my...

    Started by Einsener12‎, 8th Aug 2012 06:06 pm
    2 Pages
    1 2
    • Replies: 16
    • Views: 1,037
    14th Aug 2012 08:34 am Go to last post
  11. Relative Coordinates in Autolisp

    I'm trying to draw a line with a set length and angle through autolisp, but relative coordinates don't seem to work. If I type (command "line" point1 "3860<-170" "") it draws the line starting at...

    Started by bpdav1‎, 13th Aug 2012 04:15 am
    • Replies: 5
    • Views: 676
    14th Aug 2012 06:36 am Go to last post
  12. Autolisp Dim Suffix

    Is there a way to give a dim suffix to a dimension in autolisp? ie. I create two dimensions for a line, one centre to centre, with the dim suffix " C/C", the other overall, dim suffix " O/ALL"

    Started by bpdav1‎, 14th Aug 2012 02:05 am
    • Replies: 5
    • Views: 432
    14th Aug 2012 04:11 am Go to last post
  13. Unhappy Hatch to follow curved path

    Hello, i am currently doing a landscaping job and i come across this problem in which the pavers (hatch pattern) should follow the curved path. Is there a way to to this in lisp? I have tried...

    Started by nod684‎, 19th Jul 2012 07:11 am
    4 Pages
    1 2 3 ... 4
    • Replies: 31
    • Views: 2,311
    14th Aug 2012 02:45 am Go to last post
  14. **invalid** function cancelled

    i dont know how to solve this and its driving me nuts I have one computer here at work that no block insertion lisps are working on. Every time i go to insert a block on this machine we get...

    Started by russell84‎, 4th Sep 2008 12:21 pm
    • Replies: 9
    • Views: 4,293
    12th Aug 2012 04:55 pm Go to last post
  15. Office layout plan directory

    Just a open question aboout best way to do this I have moved to a new office 5 storey building around 400 staff the task is to create a simple directory that is tied to our phone list say BIGAL xxxx...

    Started by BIGAL‎, 11th Aug 2012 01:33 am
    • Replies: 0
    • Views: 437
    11th Aug 2012 01:33 am Go to last post
  16. pdf filename automation - known solutions?

    Hi all ... Not new to v/lisp, but new to this great forum. I'm looking to automate title block revision, pdf generation and transmittals via lisp (which will probably be later converted to VB). ...

    Started by Matt_Just‎, 6th Aug 2012 06:33 am
    • Replies: 8
    • Views: 1,121
    11th Aug 2012 01:12 am Go to last post
  17. Lisp to change Z value of all selected - request

    I am looking for a simple Lisp routine to change the Z value of all parts of all selected entities to a particular value. It would be used with simple contour information (a bunch of lines,...

    Started by Tom_D‎, 8th Aug 2012 12:49 am
    2 Pages
    1 2
    • Replies: 14
    • Views: 1,624
    10th Aug 2012 05:46 pm Go to last post
  18. Profile

    Hi. I am doing calculation for earthworks in roads and i have this lisp attached but the problem is i have a stations from 8+600 to 23+200 for the main roads spaced at 50m distance and service roads...

    Started by luxz‎, 10th Aug 2012 04:18 pm
    • Replies: 0
    • Views: 279
    10th Aug 2012 04:18 pm Go to last post
  19. Mark Object's Layer using Multileader

    I want to mark layers of some elements in the drawing. I thought of using MLeader for this. I wrote some code in lisp but doesn't work. What am I doing wrong here? (defun c:ObjLayer(/ pnt1 pnt2 n...

    Started by harilalmn‎, 26th Dec 2011 06:20 am
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,325
    9th Aug 2012 09:08 pm Go to last post
  20. all polylinienrichtungen counterclockwise

    Hello! I have to check many closed polylines whether their direction is counter clockwise. If they run clockwise, they should be reversed. In the end, all polylines counterclockwise run. Is...

    Started by martinle‎, 31st May 2011 04:53 am
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 2,891
    9th Aug 2012 06:04 pm Go to last post
  21. Setting a variable with LIST

    Hi, I am learning Autolisp and am trying to create a simple program but have run into the following problem. I am trying to draw a line of user defined length and therefore want to create a variable...

    Started by bpdav1‎, 9th Aug 2012 06:52 am
    • Replies: 2
    • Views: 428
    9th Aug 2012 08:52 am Go to last post
  22. Change plot style of multiple blocks to bylayer

    Hi, I need a lisp routine to change the plot style of blocks in my drawing to 'bylayer' rather than the selected plot styles that they have been put on when they were created (by others). I would...

    Started by Cazza‎, 9th Aug 2012 12:50 am
    blocks, bylayer, plot style
    • Replies: 6
    • Views: 725
    9th Aug 2012 05:16 am Go to last post
  23. Apply width and height to DCL box

    Lee, Great work. I work with many blocks and your routine is very helpful. I have a request: How apply width and heigh to DCL box? Thanks in advance.

    Started by scamaru‎, 8th Aug 2012 03:41 pm
    • Replies: 4
    • Views: 627
    8th Aug 2012 09:49 pm Go to last post
  24. Delete multiple blocks in a drawing with part of the name

    Greetings. Someone can help me with this: I need to erase multiple blocks in a drawing that begin with "AB" or "BC", for example. How can I do this? Thanks for your help.

    Started by RMateus‎, 7th Aug 2012 11:19 am
    • Replies: 7
    • Views: 631
    8th Aug 2012 04:07 pm Go to last post
  25. List out missing number in series

    Hi, I am placing numbers in cad 2004,here i required tool to find out the list of missing number in between those in a .csv or .txt. 1)Example : if 1,2,3,5,68,99 Missing list, 4 6-67 69-98

    Started by vvvraju007‎, 8th Aug 2012 02:21 pm
    • Replies: 1
    • Views: 568
    8th Aug 2012 02:31 pm Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 250 views
Hot thread with unread posts
More than 15 replies or 250 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts