Egression Posted December 15, 2014 Posted December 15, 2014 Greetings everyone, I'm new to LISP and am trying to develop a routine that would help making drawing stair plans easier. Its easy to get mired in the volume of information so a little guidance would go a long way. Bear with me... The idea is to have the routine ask for dimensions and it draws risers and treads in a designated orientation. I'm starting with just a simple straight run of stairs and once I'm better with LISP I'll try making one for curved stairs. I imagine the use of the array command may come in handy but being a LISP newbie I have no idea whether or not this is feasible. At the moment my code consists of designated points and drawing lines between those points. Think of it as a routine to draw a custom ladder where you can input the number of rungs. Thanks in advance for any info. Quote
marko_ribar Posted December 16, 2014 Posted December 16, 2014 Here is my contribution... HTH, M.R. http://www.cadtutor.net/forum/showthread.php?60549-Stairs-Software&p=616391#post616391 Another tip from @Kent Cooper - 2D stairs... http://cadtips.cadalyst.com/misc-user-tools/tip-2294-draw-stairs-plan-view Quote
Egression Posted December 16, 2014 Author Posted December 16, 2014 The Kent Cooper file is perfect. That's exactly the foundation I needed to work from. Thanks a million Marko:D 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.