Results 1 to 4 of 4

Thread: Auto Numbering

  1. #1
    Login to Give a bone
    0

    Default Auto Numbering

    hi Lisp experts.. i am looking for a lisp..that do auto numbering along with a polyline..
    now i am using measure with a block, then explode and finally use the express tools text auto numbering to do do this task.
    here i am attaching an image to explain more..
    thanks in advance..
    Attached Images Attached Images
    Last edited by windowsxp5; 2010-01-27 at 02:52 PM.

  2. #2
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: Auto Numbering

    I think you can actually accomplish that using a macro in CUI, especially if the block is always the same and the distance to measure is always the same. After doing the measure simply have TCount select previous to select the blocks placed - you'll need the command-line version though.

    The problem with TCount & lisp is that TCount can't be called as a normal command from Lisp - thus arguments can't be sent to it. But you can use it normally in macros. If you do want to accomplish this through lisp, then you'll basically need to rewrite TCount (or part thereof) inside your defun.

  3. #3
    Member
    Join Date
    2010-03
    Posts
    4
    Login to Give a bone
    0

    Default Re: Auto Numbering

    under this thread, after information available on internet I want to share attached file (autolisp) for Auto numbering for tree network. May be useful to someone. I am a fresher to Autolisp. Codes are developed by me as a routine requirement for my work.

    regards,

    J Majmudar
    Attached Files Attached Files
    Last edited by j-majm; 2011-11-10 at 11:47 AM. Reason: correction in message

  4. #4
    I could stop if I wanted to
    Join Date
    2002-08
    Posts
    231
    Login to Give a bone
    0

    Default Re: Auto Numbering

    Very late, my tool in lisp to achieve this style of measurement
    Attached Files Attached Files

Similar Threads

  1. 2015: Auto Bullets and Numbering
    By jaredk in forum ACA General
    Replies: 0
    Last Post: 2014-12-30, 05:00 PM
  2. 2013: Auto-numbering
    By fjtdogeno in forum Revit Architecture - General
    Replies: 2
    Last Post: 2012-08-22, 04:03 PM
  3. Auto Numbering
    By sandeep_koodal in forum AutoCAD Tips & Tricks
    Replies: 9
    Last Post: 2012-05-16, 03:25 PM
  4. Auto Numbering tools Lt
    By neilcheshire in forum AutoCAD LT - General
    Replies: 0
    Last Post: 2008-03-05, 12:49 PM
  5. Auto-Numbering lisp
    By ldgodsey in forum AutoLISP
    Replies: 2
    Last Post: 2007-11-19, 09:51 PM

Posting Permissions

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