Jump to content

Recommended Posts

Posted

Do you think you could provide a bit more information?

Posted

make reinforced concrete beam section

Posted
make reinforced concrete beam section

 

That is not going to get you very far. Is ReMark asking too many questions?

Posted

Details...we need details. We are not mind readers.

 

What inputs will the user be asked to provide?

Posted

Man, all you've done is create threads requesting code to be written for you. Learn for yourself!

Posted

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.

Posted

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?

Posted (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 by MarcoW
just because
Posted

everybody. i am sorry , i to hope learn code post. please no ban.

Posted

Can you at least answer some of the questions that have been asked? We need more information. Thank you.

Posted

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")

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...