PDA

View Full Version : lot numbering lisp


chrisw.94380
2005-10-13, 04:52 PM
I was searching the internet and stumbled across a lisp I thought might be helpful to people in the civil engineering field. It was created by David Perry, unfortunately the website that he has down is not there anymore and I have no way of contacting him. What are the rules as far as this goes for me modifying this code so that it will work for me. I would like to place the text on a certain layer and also use a certain textstyle. If someone could please clarify this and give me a little help with the code I would be very grateful.

Opie
2005-10-13, 05:06 PM
I was searching the internet and stumbled across a lisp I thought might be helpful to people in the civil engineering field. It was created by David Perry, unfortunately the website that he has down is not there anymore and I have no way of contacting him. What are the rules as far as this goes for me modifying this code so that it will work for me. I would like to place the text on a certain layer and also use a certain textstyle. If someone could please clarify this and give me a little help with the code I would be very grateful.
Chris,

Without modifying his code, you could write a wrapper for it to set your desired layer and text style.

Let's work on that.

Set desired layer to ... How would you set the desired layer?
Set desired text style ... How would you set the desired text style?
execute the lotn function included in David Perry's lisp file. How would you execute a lisp function? Hint: look at the defined function C:LOTNO from David Perry's lisp file.

chrisw.94380
2005-10-13, 05:21 PM
thank you for heading me in the right direction. I will post later this afternoon on this we what I have come up with. If you could check over that for me that would be great. Also I am still working on the grading lisp and will have something posted up later this week.

Opie
2005-10-13, 05:24 PM
thank you for heading me in the right direction. I will post later this afternoon on this we what I have come up with. If you could check over that for me that would be great. Also I am still working on the grading lisp and will have something posted up later this week.
Not a problem, I will be glad to look over your routines.