Display full version of the post: Make object counting

samkultz
30.07.2015, 19:28
Hey folks!When I'm creating maps, I have to make coordinate countings, I always change the point names manually.... So I'm thinking if there's a more clever way to make this, to make the first coordinate point show "PP-0", the next one "P-01", "P-02", and so on.

John Connor
30.07.2015, 23:17
It's called "incrementing" and there are lisp programs that do that.  Try searching for one.

Waleed Ahmed
03.08.2015, 13:30
kindly send me the detail that how to plot coordinates on drawing from Excel Sheet.

ktahameed
03.08.2015, 13:48
hey waleed You can use Script command plot coordinates on drawing from Excel Sheet.

John Connor
03.08.2015, 13:53
Waleed:It is bad practice to hijack a thread started by someone else to post an unrelated question.

philippe JOSEPH
03.08.2015, 15:49

 
Hello Waleed Ahmed, first you can create your own topic ( see here above ).
 
For your subject see the topic N° 6606 How to create AutoCAD geometry from Excel.
 

You should also see tip N° 8379 How to generate 3D surface with a mathematic expression and
tip N° 8030 Clic points to export from AutoCAD to Excel.philippe JOSEPH2015-08-03 15:50:37

samkultz
03.08.2015, 20:12
Thank you guys, I'll look for that as soon as I have time :)

Waleed Ahmed
07.08.2015, 06:38
thank you for all members.

Waleed Ahmed
07.08.2015, 06:47
thank you can u send me detail of this command.

John Connor
07.08.2015, 12:09
Are you asking about the SCRIPT command?  Should be some information in your AutoCAD Help file.  The hard part is actually writing the script.