Jump to content

need autolisp


git_thailand

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...