|
|
#1 |
|
Forum Newbie
Using: AutoCAD 2010 Join Date: Nov 2009
Location: Athens, Ohio, USA.
Posts: 5
|
I am working on vertical alignment of highways and need to draw draw a vertical, which is a parabola, in AutoCAD 2010. Anyone can help me.
|
|
|
|
|
|
#2 |
|
Quantum Mechanic
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
What information do you have to work with? Can you share it with us?
|
|
"I have only come here seeking knowledge. Things they wouldn't teach me of in college." The Police
Education is a lifelong process. |
|
|
|
|
|
|
#3 |
|
Super Member
![]() ![]() ![]() ![]() Version: not specified Join Date: Jul 2004
Location: Anchorage, Alaska
Posts: 1,909
|
Discussed in this thread, with link to an earlier thread.
http://www.cadtutor.net/forum/showthread.php?t=28775 "Vertical curves are parabolas, you can draw them by drawing a polyline from endpoint to VPI to endpoint, then PEDIT>>Spline. For it to be a proper parabola, set SPLINETYPE to 5 before pediting, and to get a smooth curve set SPLINESEGS to 15 or higher. (Thanks to rc McSwain for the Spline/parabola info)." |
|
|
|
|
|
#4 |
|
Forum Newbie
Using: AutoCAD 2010 Join Date: Nov 2009
Location: Athens, Ohio, USA.
Posts: 5
|
i have the equation of the parabola, and I know the begging point of the curve, the vertex, and the end point of the curve. It will be very helpful if I can plot the equation. I tried the polyline, and then changed it to spline. But changes it's positing and became smaller.
|
|
|
|
|
|
#5 |
|
Super Member
![]() ![]() ![]() ![]() Version: not specified Join Date: Jul 2004
Location: Anchorage, Alaska
Posts: 1,909
|
If by "vertex" you mean the high or low point of the curve, then yes the curve will be inaccurate after "pedit". it should be initially drawn as two straight segments, from start curve, VPI (intersection of tangents) (VPT) to end of curve.
if you want to plot the curve, you can do the calculations in Excel, with x & y values in adjacent columns; start the pline command, copy & paste values from Excel |
|
|
|
|
|
#6 |
|
Forum Newbie
Using: AutoCAD 2010 Join Date: Nov 2009
Location: Athens, Ohio, USA.
Posts: 5
|
yes, exactly. I mean VPI by vertex. If plot that in excel, then I think I won't be able export to AutoCAD so that I continue the further on based on what I exported. It will be only a raster image.
|
|
|
|
|
|
#7 |
|
Super Member
![]() ![]() ![]() ![]() Using: Mechanical 2009 Join Date: Aug 2005
Location: Rhode Island
Posts: 1,182
|
To expand a bit on the procedure described by CarlB: If the parabola is symmetrical, i.e., the two end points are horizontal and the vertex is above the middle of those two points, then the poly’s 2nd point should be at twice the height of the desired vertex. See Sample.
Additionally, if there exists a sufficient comfort level with installing and running .NET Dlls this thread may be of interest. http://www.cadtutor.net/forum/showthread.php?t=34370 Last edited by SEANT : 8th Nov 2009 at 01:43 am. |
|
|
|
|
|
#8 |
|
Forum Newbie
Using: AutoCAD 2010 Join Date: Nov 2009
Location: Athens, Ohio, USA.
Posts: 5
|
the parabolas that I am working with are symmetric. what is see in the animation will fit my work, thanks. But is it in AutoCAD? because i could read in the command line "para" and when I tried it in AutoCAD, it does recognize this command. and what is NET Dlls?
|
|
|
|
|
|
#9 |
|
Super Member
![]() ![]() ![]() ![]() Using: Mechanical 2009 Join Date: Aug 2005
Location: Rhode Island
Posts: 1,182
|
The animation demonstrates a custom routine (written in C#.NET) located in this post of that thread:
http://www.cadtutor.net/forum/showpo...1&postcount=34 To install - Download the attachment, unzip, and locate the file ParabolaByUCS\Release\CsParabola.dll. In AutoCAD: Command: Netload Then find CsParabola.dll To run: Command: pbb The routine will produce a spline. If you prefer Splined 2dPolylines, or if your IT department frowns on third party customization, the process CarlB described, and I illustrated in the DWG above, should produce useful geometry. |
|
|
|
|
|
#10 |
|
Forum Newbie
Using: AutoCAD 2010 Join Date: Nov 2009
Location: Athens, Ohio, USA.
Posts: 5
|
Thank you Seant! I'll play with it and if I had a question, I'll again ask.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parabola Issues | PhysicsCAD | AutoCAD General | 7 | 14th Jul 2009 10:03 pm |
| Example .NET Jigging: A parabola parable | SEANT | AutoLISP, VBA, the CUI & Customisation | 40 | 24th May 2009 02:30 am |
| How to draw a Parabola? | Avid Idler | AutoCAD General | 6 | 1st May 2007 02:56 pm |
| Drawing parabola | murrief | AutoCAD General | 5 | 20th Apr 2006 05:23 am |
| a question about my lisp program for ploting parabola | winglj | AutoLISP, VBA, the CUI & Customisation | 4 | 24th Feb 2006 03:23 am |