Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

numbering automatically a text

patriciotxk
Enthusiast

numbering automatically a text

patriciotxk
Enthusiast
Enthusiast

Hello, here is my problem... I am working at a project in which there are a lot of in situ piles. I am at the moment numbering each of them, so I createad a circle and I had put a number inside of it and copied that into the following in situ piles. My problem is I have to change the number of each in situ pile manually, which requires a lot of time, so I thougth there must be a better way of doing this, and that is the reason why I am creating this thread. I am uploading a picture of a part of the insitu piles that I currently have in my project, so you have better conditions to help me.

 

best regards

0 Me gusta
Responder
412 Vistas
6 Respuestas
Respuestas (6)

chriscowgill7373
Advisor
Advisor

Something seems to be up with attachments and the forums lately.

There are a couple of methods you can use, I would recommend either creating a macro that will increment the value on insert, or finding one of the many custom lisp routines that will automatically increment numbers as you insert items.

Lee Mac has a very nice one here:

http://www.lee-mac.com/numinc.html

 

There are some forum posts related to your request:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-text-increment/td-p/7386837

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/simple-incrementing-of-numbers/td-p/...


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2022 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Me gusta

imadHabash
Mentor
Mentor

Hi,

i suggest to visit this site >> Click << you will found your lost . 

Imad Habash

EESignature

0 Me gusta

S.Faris
Advisor
Advisor

You could use TCOUNT to do the automated Sequential numbering. Refer Below links to learn more on the command

 

TCOUNT (Express Tool) 

 

(Bonus)Also refer to TCIRCLE for adding circle to your numbers

TCIRCLE (Express Tool) 

SALMANUL FARIS

patriciotxk
Enthusiast
Enthusiast

I already used the TCount, it worked in this problem. Thanks for the help.

 

best regards

0 Me gusta

vinodkl
Mentor
Mentor

Hi,

 

You could also use this lisp(see attachment) for incremental numbering.

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)



Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Me gusta

pendean
Community Legend
Community Legend
This freebie from the Autodesk App store odes so much more than TCOUNT ever could if you need it https://apps.autodesk.com/ACD/en/Detail/Index?id=8051485828049059617&appLang=en&os=Win32_64

0 Me gusta