flopo Posted September 4, 2009 Posted September 4, 2009 Hello everybody, I have a routine that can put a block on every vertice of a polyline. Can anybody help me with a routine to put an order number to every vertice? And to put the lenght from the start point of polyline to the vertices? Thanks! Quote
Lee Mac Posted September 4, 2009 Posted September 4, 2009 Check out the programs here: http://www.asmitools.com/Files/Programs.html Quote
gilsoto13 Posted September 4, 2009 Posted September 4, 2009 Hello everybody,I have a routine that can put a block on every vertice of a polyline. Can anybody help me with a routine to put an order number to every vertice? And to put the lenght from the start point of polyline to the vertices? Thanks! This is exactly what you need, made by Mel Franks http://discussion.autodesk.com/forums/thread.jspa?messageID=6249650& MelFranks Give the attached a try. It assumes that you have a block named "VERTEX" in the drawing containing an attribute with a tag value of "VERTEX-POSITION". (both can be changed in the code if you want.) You can also change the precision of the distance value at (rtos dist 2 2), change the last 2 to whatever precision you want. Regards, Mel vtxblk.zip (847 bytes) vtxblk.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.