ReMark Posted October 2, 2011 Posted October 2, 2011 Do you think you could provide a bit more information? Quote
git_thailand Posted October 2, 2011 Author Posted October 2, 2011 make reinforced concrete beam section Quote
paulmcz Posted October 2, 2011 Posted October 2, 2011 make reinforced concrete beam section That is not going to get you very far. Is ReMark asking too many questions? Quote
ReMark Posted October 2, 2011 Posted October 2, 2011 Details...we need details. We are not mind readers. What inputs will the user be asked to provide? Quote
alanjt Posted October 2, 2011 Posted October 2, 2011 Man, all you've done is create threads requesting code to be written for you. Learn for yourself! Quote
pBe Posted October 3, 2011 Posted October 3, 2011 Dude, you should start learning how to write your own code instead of "ordering" like this forum is some kind of online store. Forum members will be happy to help you but show some initiative at least. Use this Similar Thread to get you started. Quote
Organic Posted October 3, 2011 Posted October 3, 2011 What size sections though? What sort of RCC beams, I beams, channel beams, double angle beams etc... ? From that image you have there it looks like a box section. What code is it to be deisgned under, BS possibly or does Thailand have its own standards? What sized rebar, what type of rebar etc... Do you know how to design for RCC and are looking for a quick way to draw a sectional view of the design in AutoCad or do you not know how to design it? Quote
MarcoW Posted October 3, 2011 Posted October 3, 2011 (edited) code 1 = make rectangle cross (x) inside (different layer)code 2 = make (+)cross center line inside by multi select rectangle and delete. need : set 2 layer in mline or : mline - explode - set 2 layer i need lisp click 2 point for build slab on ground in section view. Sorry!!! i Bad English. I don't want to get involved but I have to say this. This forum is way too kind for some people. I need help every once in a while and am glad that it is found here. But when times come where my posts / requests start to look like this then please ban me. Seriously. Also, I am no Englishman either but people could at least try to write something thats likely to be understood. Yes, I did sleep well tonight. Edited October 3, 2011 by MarcoW just because Quote
git_thailand Posted October 3, 2011 Author Posted October 3, 2011 everybody. i am sorry , i to hope learn code post. please no ban. Quote
ReMark Posted October 3, 2011 Posted October 3, 2011 Can you at least answer some of the questions that have been asked? We need more information. Thank you. Quote
BIGAL Posted October 4, 2011 Posted October 4, 2011 A different tack a starting point this rest is up to you. (setq length (getreal "\nPlease enter length m eg 0.9: ")) (setq width (getreal "\nPlease enter width : ")) (setq pt1 (getpoint "\npick 1st point to place Beam : ")) (setq pt2 (polar pt1 0.0 length)) (setq pt3 (polar pt2 1.570796 width)) (setq pt4 (polar pt3 3.14159 length (command "line" pt1 pt2 pt3 pt4 "C") 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.