PDA

View Full Version : link for my lisp routines


pferreira
2006-06-30, 10:38 PM
Here it is a link to my routines, they are available to everyone to use!
I would like comments about them, and or your suggestion of how to improve them or even ideas to wright new ones. I have more routines but they are written in Portuguese and i am still translating them to English.

here it goes http://pwp.netcabo.pt/pedro_ferreira/Download.html

Thank you

H'Angus
2006-07-03, 10:36 AM
Thanks for sharing (especially the xerase one). :)

Robert.Hall
2006-07-05, 03:49 PM
Yeah me..........weblocking software doesn't allow me to visit your website.
Can you post a list of what is there?

mmccarter
2006-07-05, 04:56 PM
quickprofile.lsp
Description: Visual Lisp Routine that creates a section profile of the terrain based on the existing contours.

sts.lsp
Description: This routine creates sloped terrain symbols.

xerase.lsp
Description: This routine erases everything inside a closed polyline. This routine was the winner of the month in May of Hot Tip Harry of CADALYST

PMSFptwtxt.lsp
Description: Visual Lisp Routine that creates 3d points in the insertion point of the text selected
and reads the content of that text (for example 6.64) and puts the point at that elevation, Attention the decimal separator must be . and not , .

pferreira
2006-07-05, 07:59 PM
Yeah me..........weblocking software doesn't allow me to visit your website.
Can you post a list of what is there?

Here they are!

rkmcswain
2006-07-05, 09:08 PM
I would like comments about them, and or your suggestion of how to improve them

In STS, the first prompt is


Select if it is a Fill or a Cut slope [F or C] <enter>


You may wish to rewrite prompts like this so they are more like standard AutoCAD prompts, and allow the command to accept a default, and remember the last value input.

Try something like this:


Select slope type [Fill/<Cut>]:


...then if the user presses <enter> it returns "C"
...if the user presses "F", then <enter>, then the next time the command is run, "Fill" becomes the default.

pferreira
2006-07-05, 11:10 PM
In STS, the first prompt is


Select if it is a Fill or a Cut slope [F or C] <enter>


You may wish to rewrite prompts like this so they are more like standard AutoCAD prompts, and allow the command to accept a default, and remember the last value input.

Try something like this:


Select slope type [Fill/<Cut>]:


...then if the user presses <enter> it returns "C"
...if the user presses "F", then <enter>, then the next time the command is run, "Fill" becomes the default.

Thanks for the tip i will do that!

Robert.Hall
2006-07-07, 03:08 PM
Thanks for passing these along.

I get so frustrated with my internet priveleges.

I can get Augi because I had the IT guys unblock the site.

pferreira
2006-07-09, 12:11 AM
I have added another routine to my site, ximageclip.lsp, this one creates a new image boundary by selecting a lwpolyline.The imageclip command doesn't have that option so i thought it would be useful to have this option when creating complicated image boundary's!

Best Regards!