+ Post New Thread
Page 12 of 417 FirstFirst ... 2 10 11 12 13 14 22 62 112 ... LastLast
Threads 276 to 300 of 10407

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,651
    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,205
    18th Sep 2006 10:46 pm Go to last post
  1. macro to lisp for Rev cloud and triangle

    Hi I made a macro back in the days of customizing my buttons. which set the layer, promted you to make a rectangle, promted you to select the triangle to convert it a rev cloud (which i may be...

    Started by Spinxy‎, 22nd Mar 2013 12:19 am
    2 Pages
    1 2
    • Replies: 16
    • Views: 640
    28th Mar 2013 12:34 pm Go to last post
  2. Upgraded Burst

    I wrote this a few days ago, following a request from one of the members on here, but didn't quite perfect it. The program will operate in much the same way at the native Burst command, but should...

    Started by Lee Mac‎, 28th May 2010 07:13 pm
    3 Pages
    1 2 3
    • Replies: 29
    • Views: 5,167
    27th Mar 2013 09:42 am Go to last post
  3. Selected Texts

    Hi guys, How Can I select text by the name? e.g. I have 100 texts in my drawing ( apple, banana, orange and grape) All the texts have the same properties, height, width, layer, color and etc....

    Started by Madruga_SP‎, 26th Mar 2013 06:47 pm
    2 Pages
    1 2
    • Replies: 16
    • Views: 421
    27th Mar 2013 05:56 am Go to last post
  4. Lisp routine use csv to update title block attributes - on ctab

    Hi Folks, First time here and I have read all forums about lisp, block attributes, csv and other editing. By virtue of working in many different companies, I have come across an 'update' lisp...

    Started by HRae‎, 29th Oct 2009 02:59 am
    12 Pages
    1 2 3 ... 12
    • Replies: 110
    • Views: 19,833
    27th Mar 2013 12:24 am Go to last post
  5. Undo Command Problem

    Guys Here i am Posting a Routine to erase Object with undo option i got problem here after erasing any object if i press undo .. everything is going back i apologize for my poor English ...

    Started by gS7‎, 30th Jan 2013 06:04 am
    2 Pages
    1 2
    • Replies: 16
    • Views: 526
    26th Mar 2013 12:26 pm Go to last post
  6. Offset problem or geometry

    Regards, Does anyone know how to calculate points O1, O2, O3, O4 knowing coordinates P1, P2, P3, P4 and distances d1 , d2 , d3 ? It's actually a section of pipe with different...

    Started by Costinbos77‎, 22nd Mar 2013 05:21 pm
    2 Pages
    1 2
    • Replies: 13
    • Views: 546
    26th Mar 2013 10:55 am Go to last post
  7. Save Duplicate DWG LISP Routine

    Hey guys, I found this thread on the Audodesk forums the other day…http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/Save-copy-of-AutoCAD-Dwg-file-using-macro/td-p/3574830 And...

    Started by lamensterms‎, 26th Mar 2013 06:49 am
    • Replies: 3
    • Views: 227
    26th Mar 2013 07:52 am Go to last post
  8. Add attributes into existing dynamic blocks

    Hi, Wondering if someone could help me out with some code advice. I need to add new attributes into existing dynamic blocks. I know the block name I just want to automatically add attributes so...

    Started by Bill McKown‎, 24th Mar 2013 11:51 pm
    dynamic blocks, lsip. add attributes
    • Replies: 3
    • Views: 265
    26th Mar 2013 01:13 am Go to last post
  9. Explode only ORDINATE Dimensions Using LISP

    Hey guys, I have a need to explode all ORDINATE dimensions (X and Y) in a DWG. I thought this would be simple enough but I cannot get the selection set filter list to work. My code is: ...

    Started by lamensterms‎, 25th Mar 2013 02:40 am
    • Replies: 5
    • Views: 236
    26th Mar 2013 12:41 am Go to last post
  10. Dimension values to Excel

    Hi guys! Im stuck with this boring routine of reading dimension values and typing them in Excel columns for furtegr calculations. My dimenison are alinged in one horizontal line (see picture; blue...

    Started by Butch‎, 4th Nov 2009 04:44 pm
    11 Pages
    1 2 3 ... 11
    • Replies: 100
    • Views: 13,102
    25th Mar 2013 03:35 pm Go to last post
  11. About speed evaluation

    Hi there, Which of the following expressions are executed faster in repeated use (while, repeat, foreach): (setq li0 '(0 . "TEXT") li40 (cons 40 1)) 1. (entmake (list li0 ... li40) )...

    Started by Costinbos77‎, 24th Mar 2013 07:47 pm
    • Replies: 3
    • Views: 224
    25th Mar 2013 01:50 pm Go to last post
  12. what is wrong with this

    I try to write a code to get the arc length between any two points on it. But my answer is wrong . why ( defun arclength() (setq ss (car (entsel "\nSelect arc:"))) (setq x_object...

    Started by wimal‎, 24th Mar 2013 06:03 pm
    • Replies: 3
    • Views: 245
    25th Mar 2013 01:42 pm Go to last post
  13. Intersection of a vertical lines and a polyline

    Hi there, how to calculate points of intersection (i1, i2, i3, ...), including some vertical lines and polyline, as in the image below: Lines 1i1, 2i2, 3i3 does not exist . ; j =...

    Started by Costinbos77‎, 20th Mar 2013 11:26 am
    2 Pages
    1 2
    • Replies: 11
    • Views: 492
    25th Mar 2013 04:01 am Go to last post
  14. Unhappy i have one challanging job to do please help me

    Hi All Experts, i have one challanging job to do please help me. i want to draw one circle with dimension in meter + some more circle of 1/2 dia of same circle + 1/4 dia of same + 1/3 dia of...

    Started by sayhi_sanjay1‎, 24th Mar 2013 07:44 am
    2 Pages
    1 2
    • Replies: 10
    • Views: 340
    24th Mar 2013 12:07 pm Go to last post
  15. Find angle in radians

    IF Sin A = B/C How can I find out the A in radians using LISP CODES

    Started by wimal‎, 23rd Mar 2013 06:51 am
    • Replies: 3
    • Views: 257
    24th Mar 2013 01:12 am Go to last post
  16. Simple ssget with filter list question

    My drawing has MTEXT entities in it. A call to (ssget "_X" '((-4 . "<OR") (0 . "MTEXT") (-4 . ">OR"))) returns nil.

    Started by dallion‎, 24th Mar 2013 12:01 am
    • Replies: 1
    • Views: 200
    24th Mar 2013 12:50 am Go to last post
  17. Question Selection set help

    This may be a crazy question...but here goes. I create a simple linetype based hatch pattern. I explode it in to individual lines and label each line with text showing the length. My current LISP...

    Started by spiker7221‎, 21st Mar 2013 09:34 pm
    2 Pages
    1 2
    • Replies: 11
    • Views: 326
    24th Mar 2013 12:24 am Go to last post
  18. My first Autolisp project : Constractive Wall Layout

    Hi Im very exited to pronounce my first project in Autolisp. I know it much more than I can chew, but the reasonfor my excitement is that this program can save my hours or even days in my...

    Started by samifox‎, 18th Mar 2013 07:08 pm
    • Replies: 7
    • Views: 420
    24th Mar 2013 12:07 am Go to last post
  19. Find radius arc

    (setq ent (ssget)) (setq arc (entlast)) ;object entith (setq Object (vlax-Ename->Vla-Object arc))How can I find out the radius of the arc

    Started by wimal‎, 23rd Mar 2013 05:50 am
    2 Pages
    1 2
    • Replies: 13
    • Views: 459
    23rd Mar 2013 04:59 pm Go to last post
  20. it looks simple question but it is very strange

    hi freinds may be some one think this is very simple question but please check if i creat polyline using this lisp shifting ucs to 3point and sequence of points of ucs is clockwise the polyline...

    Started by motee-z‎, 22nd Mar 2013 04:09 pm
    • Replies: 3
    • Views: 194
    22nd Mar 2013 10:14 pm Go to last post
  21. it looks simple question but very strange

    hi freinds may be some one think this is very simple question but please check if i creat polyline using this lisp shifting ucs to 3point and sequence of points of ucs is clockwise the polyline...

    Started by motee-z‎, 22nd Mar 2013 04:06 pm
    • Replies: 2
    • Views: 154
    22nd Mar 2013 05:00 pm Go to last post
  22. Update Attributes

    I created a routine to insert a block and load defined attribute values from a dialog I created. That works great. I now need to create an edit routine. I have been reading several great threads...

    Started by Enerfab‎, 22nd Mar 2013 02:07 pm
    • Replies: 3
    • Views: 199
    22nd Mar 2013 04:06 pm Go to last post
  23. About dwg tables

    Hi there, I set the text style for a table with expression: (vla-setTextStyle vmytab (+ acDataRow acHeaderRow acTitleRow) "Arial") But in AutoCAD 2010 - 2012, the last two rows are...

    Started by Costinbos77‎, 22nd Mar 2013 03:28 pm
    • Replies: 0
    • Views: 150
    22nd Mar 2013 03:28 pm Go to last post
  24. Question Blocks to set layers

    I am trying to move specific block names to specific layers. I can get the block and change it, but it only works in the current tab. How do I select all instances of the block name, to change it...

    Started by highrez2‎, 21st Mar 2013 09:47 pm
    blocks, layers, lisp
    • Replies: 2
    • Views: 186
    22nd Mar 2013 12:15 pm Go to last post
  25. Smile How to get multiple attribute values

    hi all, i have a attribute block which has two tag Tag 1 = X Tag 2 = Y i am using following code for getting attribute values, but this code is only giving 1 attribute value:- (setq obj...

    Started by satishrajdev‎, 20th Mar 2013 10:36 am
    • Replies: 8
    • Views: 239
    22nd Mar 2013 08:40 am 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