+ Post New Thread
Page 3 of 417 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Threads 51 to 75 of 10410

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,684
    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,230
    18th Sep 2006 10:46 pm Go to last post
  1. Question what kind of error is this?

    error: EOF after quote on input heres my pc specs: OS: win 7 cad: autocad 2002 :(

    Started by oliver‎, 10th May 2013 06:34 pm
    • Replies: 5
    • Views: 251
    11th May 2013 03:36 pm Go to last post
  2. Break command list creation

    I want to Break a line at a certain point - 1 line becomes 2 lines. Then label, with text, the length of the (2) two new lines. I have a labeling routine that works great on a list of lines (ssget)....

    Started by spiker7221‎, 1st May 2013 08:35 pm
    2 Pages
    1 2
    • Replies: 18
    • Views: 547
    10th May 2013 05:42 pm Go to last post
  3. Plz Send me Lisp Commands

    Salaam/Hi Every one. Please send me Road Cross Section Lisp Command with detail, how can i used his? Thanks and Regards, Fahad Razzaq. CAD Operator

    Started by mfahadrazzaq‎, 8th May 2013 10:05 am
    • Replies: 6
    • Views: 290
    10th May 2013 04:24 pm Go to last post
  4. store getint() integers to a list

    Hi As my “beginner” membership state has been void (thankfully in some philosophic way :twisted:) I was forced tolearn the ABC of autolisp , so please be kind to me :D After reading help I...

    Started by samifox‎, 10th May 2013 06:31 am
    2 Pages
    1 2
    • Replies: 17
    • Views: 311
    10th May 2013 02:36 pm Go to last post
  5. Get XY Coords

    how to get x & y coords from given angle and distance. i need a code for that if Distance=80, Angle=45.....i want to draw line with first point A(0,0) to the next point B from given distance and...

    Started by satishrajdev‎, 10th May 2013 10:16 am
    2 Pages
    1 2
    • Replies: 10
    • Views: 198
    10th May 2013 12:27 pm Go to last post
  6. Global Text Height Change With Both MText And DText

    Back to this issue again. I had asked this quetions before: http://forums.augi.com/showthread.php?133555-Global-Text-Height-Change-With-MText-amp-DText I thought I have conqured it but not. Now,...

    Started by caxtin‎, 9th May 2013 11:59 pm
    • Replies: 1
    • Views: 119
    10th May 2013 06:29 am Go to last post
  7. [AutoLisp] Can I call Plot command without any echo?

    This is my code: (defun sub-plot (p1 p2) (setvar "cmdecho" 0) (command ".-plot" "y" "" "" "" "m" "" "" "" p1 p2 "" "" "" "" "" "" "" "y" "y") (princ) ) I called it from command line:...

    Started by saunambon654‎, 9th May 2013 02:39 am
    • Replies: 9
    • Views: 171
    10th May 2013 05:06 am Go to last post
  8. Question Extracting X,Y, coordinates with Handle

    I have attached an AutoCAD 2010 file as an example of what i am about to try and explain. Please bare with me. :cry: I can export the x/y information in itself using the ptExport.lsp routine. I...

    Started by Drafty‎, 12th Mar 2013 04:49 pm
    5 Pages
    1 2 3 ... 5
    • Replies: 46
    • Views: 1,877
    10th May 2013 03:59 am Go to last post
  9. LISP & DCL giving "Bad Function" error

    I'm hoping someone can help out with this one. I have a LISP that opens a DCL and prompts for user input, then sets the USERI2 variable. If I comment out the "if" function, the DCL works, and the...

    Started by rwsice9‎, 9th May 2013 06:00 pm
    lisp error
    • Replies: 3
    • Views: 90
    9th May 2013 06:29 pm Go to last post
  10. LISP to Grab Layer from a block

    Hey guys. I have a LISP I wrote this morning that asks for an insertion point, grabs the layer of the object, then draws a MLEADER on an associated layer. I have it working completely, except when a...

    Started by rwsice9‎, 26th Apr 2013 02:38 pm
    2 Pages
    1 2
    • Replies: 15
    • Views: 499
    9th May 2013 01:21 pm Go to last post
  11. Pick Viewport To Change All Colors To 253 Including Xrefs And Blocks.

    Surprisingly, I cannot find a LISP to automatically changeall colors in a selected viewport to one color. It’s either I see question where they are directed tosomething not related to the...

    Started by caxtin‎, 9th May 2013 06:57 am
    • Replies: 5
    • Views: 163
    9th May 2013 12:30 pm Go to last post
  12. layouts

    I have look at this forum, found some simular answer but not exacly like my question. I have 21x dwg's files and each it got layouts. Now i want extract layout name to xls, and rename all the...

    Started by CAD‎, 7th May 2013 10:33 pm
    • Replies: 5
    • Views: 239
    9th May 2013 11:23 am Go to last post
  13. vla-GetVariable using ObjectDBX

    Hi All, Is it possible to get INSUNITS variable from an unopened drawing file. I hope it can be done using ObjectDBX. if so please point me to the right direction. Regards Aaryan

    Started by aaryan‎, 9th May 2013 08:58 am
    • Replies: 4
    • Views: 135
    9th May 2013 10:26 am Go to last post
  14. Align Block to Curve

    Inspired by this thread, I thought I'd write a program to Align a Block to a Curve. More details in the header :) ...

    Started by Lee Mac‎, 29th Apr 2010 08:35 pm
    7 Pages
    1 2 3 ... 7
    • Replies: 60
    • Views: 10,895
    9th May 2013 10:17 am Go to last post
  15. Drawing Multiple Text Entity Rotate by each entity insertion point, make visible in PLAN.

    I am looking to rotate multiple text entities about their own individual insertion points to an orientation legible in plan view. This is not a simple matter of changing the angle of rotation as this...

    Started by chris2012‎, 7th May 2013 01:57 pm
    2 Pages
    1 2
    • Replies: 13
    • Views: 388
    9th May 2013 10:09 am Go to last post
  16. How to get number of layout tabs?

    How could I return the total number of layout labs in a given dwg with lisp? Is it possible to do the same with Diesel? Thanks

    Started by chulse‎, 29th Sep 2009 01:13 am
    4 Pages
    1 2 3 ... 4
    • Replies: 37
    • Views: 3,860
    9th May 2013 08:40 am Go to last post
  17. May I remove some xdata applications?

    My drawing has so many xdata application ("ACAD" "RAK" "HARMONY_HLIB" "ADE" "civil_draft" "civil_line_table" "civil_curve_table" "civil_spiral_table" "SDI_XSECTIONS" "ADCADD_ZZ" "SDSK_PMN"...

    Started by saunambon654‎, 9th May 2013 03:32 am
    • Replies: 1
    • Views: 96
    9th May 2013 05:29 am Go to last post
  18. need help modifying a lisp

    Hi all, I am currently trying to learn lisp when time allows and have not gotten very far, I have this lisp routine (see below), which allows me to select an object in this case I need to select the...

    Started by GlnGrnr‎, 8th May 2013 11:22 am
    2 Pages
    1 2
    • Replies: 10
    • Views: 299
    8th May 2013 03:18 pm Go to last post
  19. LISP request

    I feel a bit of a fraud as this is the sort of thing I should be able to myself however I'm lazy/busy today so wonder if somebody could do it for me/has something already. I would like a LISP or...

    Started by dbroada‎, 8th May 2013 02:44 pm
    • Replies: 4
    • Views: 190
    8th May 2013 03:12 pm Go to last post
  20. Lisp colour change for all layers and blocks

    When we receive drawings from architects,we then only change the colour of thier layers so that ours stand out more.As we use colour dependant plot styles the best colour for architectual xrefs is...

    Started by hyposmurf‎, 14th Jun 2003 11:59 am
    11 Pages
    1 2 3 ... 11
    • Replies: 100
    • Views: 41,092
    8th May 2013 02:16 pm Go to last post
  21. whats in a (variable) name?

    I'm not expecting an answer here but maybe somebody would like to comment. (This is partly LISP, partly script.) I have a script file to print lots of drawings. This works well but I always...

    Started by dbroada‎, 3rd May 2013 08:47 am
    2 Pages
    1 2
    • Replies: 12
    • Views: 373
    8th May 2013 01:29 pm Go to last post
  22. Unhappy Layout Tabs to File

    Most of our drawings have multiple Lay-out Tabs each has its own drawing number. I want to all export these layouts each to a separate file, i tried using EXPORTLAYOUT command but an error...

    Started by nod684‎, 7th May 2013 06:52 am
    • Replies: 3
    • Views: 196
    8th May 2013 05:35 am Go to last post
  23. Restricting access to running lisp commands based on login name

    Hey guys, as the title suggests, I need to restrict access to particular lisps we are testing for use across the office however, during this "testing" phase only certain users are permitted to run...

    Started by AJRight‎, 6th May 2013 08:00 pm
    2 Pages
    1 2
    • Replies: 18
    • Views: 963
    7th May 2013 11:19 pm Go to last post
  24. zoom problem can anyone know how is that create

    hi zoom problem can anyone know how is that create like attachment

    Started by mostafa badran‎, 6th May 2013 05:47 pm
    2 Pages
    1 2
    • Replies: 17
    • Views: 436
    7th May 2013 08:32 pm Go to last post
  25. what's the difference

    What is the difference between 'symbol and "myName" when used in LISP routines?I always use the quoted version but I see the 'version more often used in samples. Are they interchangable?

    Started by dbroada‎, 7th May 2013 12:37 pm
    • Replies: 4
    • Views: 173
    7th May 2013 02:55 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