vijoy Posted July 15, 2019 Share Posted July 15, 2019 I need Help. How to make cross section from 3D polyline. I have also done a autocad sample file with this. is there any Lisp program to make this easy.. VIJOY Quote Link to comment Share on other sites More sharing options...
Ish Posted July 15, 2019 Share Posted July 15, 2019 WHERE IS FILE ? OR UPLOAD IMAGE Quote Link to comment Share on other sites More sharing options...
vijoy Posted July 15, 2019 Author Share Posted July 15, 2019 Cross Section From 3d Poly line.dwg Quote Link to comment Share on other sites More sharing options...
Ish Posted July 15, 2019 Share Posted July 15, 2019 First ,Your cross section line must be a 3d poly line with vertex along with elevation, where cross section line intersect with plan 3d poly line must be a vertex. 1 Quote Link to comment Share on other sites More sharing options...
BIGAL Posted July 16, 2019 Share Posted July 16, 2019 Ok a simple trick draw your section line then use trim on your 3d plines the end point will have a 3d value use 3dpoly to join together this is your section. need to do some rotate3d stuff and realign to x axis. Or use the co-ords to draw a new line. Pretty sure there is something about intersect with 3dpoly's around. 1 Quote Link to comment Share on other sites More sharing options...
Manila Wolf Posted July 16, 2019 Share Posted July 16, 2019 20 hours ago, vijoy said: I need Help. How to make cross section from 3D polyline. I have also done a autocad sample file with this. is there any Lisp program to make this easy.. VIJOY Vijoy, This lisp will work for you. Link: - https://www.cadtutor.net/forum/topic/33301-3d-polyline-intersection/?do=findComment&comment=270303 A great code by David Bethel and enhanced by Lee Mac. Kudos to those two. For it to work it appears that you need to have UCS set to world and be in top view. I tried it on your example drawing and it works. Run the lisp, pick one end of your X-X line then pick the other end of the X-X line. A 3D polyline will be drawn passing through the theoretical intersection points. 1 Quote Link to comment Share on other sites More sharing options...
Ish Posted August 18, 2019 Share Posted August 18, 2019 any simple lisp , just select 3dpoly line and draw cross section.. Quote Link to comment Share on other sites More sharing options...
pmadhwal7 Posted August 19, 2019 Share Posted August 19, 2019 On 8/18/2019 at 12:00 PM, Ish said: any simple lisp , just select 3dpoly line and draw cross section.. may this lsp will help you long_section_3dp.lsp 1 Quote Link to comment Share on other sites More sharing options...
Ish Posted August 19, 2019 Share Posted August 19, 2019 31 minutes ago, pmadhwal7 said: may this lsp will help you thanks but this for long section, i am looking cross section offset value for left & right see attach image Quote Link to comment Share on other sites More sharing options...
pmadhwal7 Posted August 19, 2019 Share Posted August 19, 2019 7 minutes ago, Ish said: thanks but this for long section, i am looking cross section offset value for left & right see attach image u can use as a cross section too.... Quote Link to comment Share on other sites More sharing options...
Ish Posted August 19, 2019 Share Posted August 19, 2019 2 hours ago, pmadhwal7 said: u can use as a cross section too.... i try many time but it not asking select center line or alignment. plz write step or upload image. thanks Quote Link to comment Share on other sites More sharing options...
pmadhwal7 Posted August 19, 2019 Share Posted August 19, 2019 11 minutes ago, Ish said: i try many time but it not asking select center line or alignment. plz write step or upload image. thanks follow the instruction first it was asking horizontal scale then vertical scale then chainage then datum then pick 3d line and place anywhere you want Quote Link to comment Share on other sites More sharing options...
Ish Posted August 19, 2019 Share Posted August 19, 2019 1 hour ago, pmadhwal7 said: first it was asking horizontal scale then vertical scale then chainage then datum then pick 3d line and place anywhere you want according this process only draw long profile. Sir, Command: LS Enter horizental scale :1000 Enter vertical scale :1000 Enter starting chainage :0 Enter datum value :41 Select 3Dpoly line : Specify starting point : see attach image Quote Link to comment Share on other sites More sharing options...
Ish Posted August 19, 2019 Share Posted August 19, 2019 35 minutes ago, Ish said: Enter starting chainage :0 i got your point sir. here Enter starting chainage :0 (this value must be type calculate one total distance from center line (in negative format like -28.583) *take aligned dim vertex to vertex then make total distance and type at Enter starting chainage. -28.583 Thanks Quote Link to comment Share on other sites More sharing options...
Ish Posted August 19, 2019 Share Posted August 19, 2019 On 7/15/2019 at 10:00 AM, vijoy said: I need Help. How to make cross section from 3D polyline. I have also done a autocad sample file with this. is there any Lisp program to make this easy.. VIJOY YES, NOW YOU CAN MAKE cross section & LONG SECTION from 3D polyline. THIS LISP WILL HELP YOU TOO MUCH. THIS LISP FROM MR. pmadhwal7 FOR ME IT SOLVE MY PROBLEM, THAT WAS FROM LONG TIME PENDING. THANKS MR. pmadhwal7 long_section_3dp.lsp Quote Link to comment Share on other sites More sharing options...
pmadhwal7 Posted August 20, 2019 Share Posted August 20, 2019 13 hours ago, Ish said: YES, NOW YOU CAN MAKE cross section & LONG SECTION from 3D polyline. THIS LISP WILL HELP YOU TOO MUCH. THIS LISP FROM MR. pmadhwal7 FOR ME IT SOLVE MY PROBLEM, THAT WAS FROM LONG TIME PENDING. THANKS MR. pmadhwal7 long_section_3dp.lsp 5.63 kB · 3 downloads your most welcome..... 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2021 Share Posted September 21, 2021 Hi Ish. I know that the post is old but i try this code and draw the section but not fill the text .Givew me only 0 nad 90 in the text !!! Not like the image you post Thanks Quote Link to comment Share on other sites More sharing options...
Saqib_theleo Posted September 21, 2021 Share Posted September 21, 2021 36 minutes ago, prodromosm said: Hi Ish. I know that the post is old but i try this code and draw the section but not fill the text .Givew me only 0 nad 90 in the text !!! Not like the image you post Thanks try to change current text style height to 0. Quote Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2021 Share Posted September 21, 2021 (edited) Hi Saqib_theleo .Thanks for the help. I want to add two things in the code can you Help? 1) Ask for section number and Insert on top in the midle of the section the section ( for example D1 , D2 etch) 2) draw a center line i 0,y with legth (Hmax-Hmin) Thanks Edited September 21, 2021 by prodromosm Quote Link to comment Share on other sites More sharing options...
Saqib_theleo Posted September 22, 2021 Share Posted September 22, 2021 You're welcome, I am actually unable to add or modify codes in the Lisp but hope some Lisp masters read your post and try to help you. 1 Quote Link to comment Share on other sites More sharing options...
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.