Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing Parabolic curve in Autocad 7

Status
Not open for further replies.

sro2ck

Civil/Environmental
Joined
Jan 18, 2014
Messages
12
can any one suggest tutorial links or materials for learning to draw parabolic curve in Autocad?
 
I'd probably use Excel or OpenOffice to create a list of points and import them.
 
Yes, that's what I would do. You create the X-Y coordinate points at intervals acceptable to you in Excel let's say in columns A&B. In row 1 - column D (or so) you write "_pline" and in the next row you do per attached. You can then fill all the other rows with the "Fill-down" command in one fell swoop. Then you put column "D" to the clipboard and subsequently into a text editor and save the file as e.g. Parabola.scr. Finally you insert this polyline into your drawing with the "Run Script" command.
 
 http://files.engineering.com/getfile.aspx?folder=4d18960a-2b91-444f-9946-a7d5d4ae5ef9&file=Example.pdf
I'll try that for a catenary... thanks.

Dik
 
Another way to get the points coordinates from Excel to AutoCAD is to just copy and paste.
In AutoCAD start the "pline" command, copy the range with x,y points from Excel, paste into AutoCAD's command line. You may need an "enter" to end the command.

 
Oh, I forgot to say to turn "Object Snap" off when you do that otherwise it might create a mess.
 
You probably don't need very many points.
I would guess no more than 5.
If you use more than that - post your example here.
 
Or you could make an auto lisp macro.
 
Another option is to use a Spline (Method = CV, Degree = 2). This will produce a mathematically/geometrically perfect parabola curve that will allow accurate Perp and Tan OSNAPs. Examine the attached example to understand construction method.
 
 http://files.engineering.com/getfile.aspx?folder=98057f54-314c-4ffa-bc62-933ffaedb54c&file=Parabola.dwg
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top