Drafting Teacher Posted January 23 Posted January 23 This is a lisp file I've used for years and it's been very useful. It creates a profile view of stairs risers and treads using only the predefined calc. for risers. It asks for tread length only. I wonder if it can be modified to include balusters and rails? I'm gonna try playing with it myself to see what happens. Is it OK to post code directly or would I need to upload the compiled lisp file? STAIR.LSP Quote
GLAVCVS Posted January 23 Posted January 23 I think it would be a good idea if you could at least show an image of what the new elements should look like. Quote
Steven P Posted January 23 Posted January 23 Better to upload the LISP or add it into the LISP box (using the <> button). For the rails, it should be easy to do, specify the maximum and minimum spacing - or one every step, just need to work through to draw it out. Quote
marko_ribar Posted January 23 Posted January 23 There is 3D version... Look at *.ZIP attachment in this post : https://www.cadtutor.net/forum/topic/31704-stairs-software/page/2/#comment-455078 Regards, M.R. Quote
Drafting Teacher Posted January 23 Author Posted January 23 3 hours ago, marko_ribar said: There is 3D version... Look at *.ZIP attachment in this post : https://www.cadtutor.net/forum/topic/31704-stairs-software/page/2/#comment-455078 Regards, M.R. Downloaded it. I'm gonna see what it'll do. Although I prefer the 2d, 3d will work just as well. Thanks. My modified lsp was a qualified failure. It's attached but I'm missing something in the command string. stairwithmodified.lsp Quote
BIGAL Posted January 23 Posted January 23 One issue with stairs is the rules regarding the design of stairs. Where I am there is an Australian standard. The standards vary around the world. Looked at code why would you not just pick 2 points top of stairs & bootom of stairs ? The X and Y are calculated from these 2 points. Using these values a range of min max tread height and width is displayed so can choose. Will have a look for my stairs, have to go now. 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.