Saqib_theleo Posted July 26, 2012 Posted July 26, 2012 Hello Everyone, I want to add Station RD's (like RD =1+00, RD =1+50) on every 50 foots on Pline. I used amazing Lisp by Lee Mac which is "NumInc". It can easily add 50 and I placed them on right point, this is like "RD =100, RD =150, RD =200 and so...". Now the problem is I want to add a "+" sign in the middle (like RD =1+00, RD =1+50), with find and replace I could do that "like replace "00" to "+00" and "50 to +50" but there was problem with RD =5000 to RD =5050 and big value over RD =100+00. Plz I need a Lisp which can put this type of text on every 50 foots or a text entry Lisp on existing text which asks what do you want to add and where do you want to add (means add "+" after how many letters). Hope you could understand. Thanks for any kind of help by anyone. Quote
Organic Posted July 27, 2012 Posted July 27, 2012 There are already lots of lisps available that do this. Do a search for 'chainages' and 'stationing'. Quote
Saqib_theleo Posted July 27, 2012 Author Posted July 27, 2012 There are already lots of lisps available that do this. Do a search for 'chainages' and 'stationing'. Hi, I found this Lisp by Mr.Fixo. http://www.cadtutor.net/forum/showthread.php?24278-draw-chainage-on-polyline&p=155543&viewfull=1#post155543 This is good, but it inserts blocks(Text and Line). I want only text instead of blocks. So if some one who can modify it plzz do it I'll be thankful. Quote
Organic Posted July 28, 2012 Posted July 28, 2012 Hi, I found this Lisp by Mr.Fixo. http://www.cadtutor.net/forum/showthread.php?24278-draw-chainage-on-polyline&p=155543&viewfull=1#post155543 This is good, but it inserts blocks(Text and Line). I want only text instead of blocks. So if some one who can modify it plzz do it I'll be thankful. If that works for you and is all you need then simply use that lisp and then afterwards edit the block named 'Station' and delete the line in that block (which will remove it from beneath all the chainages). Quote
Saqib_theleo Posted July 28, 2012 Author Posted July 28, 2012 Hi Dink87522, Yes that helps to remove line. I don't want stations to show after points value (which is precision ".00" and I want precision "0"), because I am using exact 50 foots and don't want to show points. Is there any way to remove them too.Thanks. 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.