Creating an arc with only radius, delta, and length?

Creating an arc with only radius, delta, and length?

Anonymous
Not applicable
14,256 Views
4 Replies
Message 1 of 5

Creating an arc with only radius, delta, and length?

Anonymous
Not applicable

Hello! I’ve got an old boundary survey I’m practicing with and I’ve discovered that the surveyor only gave radius, delta, and length measurements for the curves. Here is a screenshot if someone could point me in the right direction.

https://m.imgur.com/u84bINQ

0 Likes
Accepted solutions (1)
14,257 Views
4 Replies
Replies (4)
Message 2 of 5

chriscowgill7373
Advisor
Advisor
Accepted solution

From the end of the line (doesnt matter which direction you are coming from, make a LINE with a right angle 1925 units. draw a CIRCLE with the center at the end of the line and radius 1925, trim the circle with EDGEMODE on using the line, make the length of the remaining arc 1474.26 using the LENGTHEN command.

This post has some code:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/draw-arc-by-length-radius-and-delta/...

And there is a tool in Civil 3D that can do it:

https://knowledge.autodesk.com/support/civil-3d/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Civi...


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

Message 3 of 5

Kent1Cooper
Consultant
Consultant

You may be able to use ArcLength.lsp, >here<.

Kent Cooper, AIA
0 Likes
Message 4 of 5

rkmcswain
Mentor
Mentor
In addition to the valuable input from @chriscowgill7373 and @Kent1Cooper - you might take a look at this: Entering Survey Data using AutoCAD
R.K. McSwain     | CADpanacea | on twitter
Message 5 of 5

Anonymous
Not applicable

Giver the situation you presented in your attachment and assuming tangents to the arc, there are two easy methods you could use.

 

1. There are 2 parallel arcs  150' apart with the same angle, etc.....  Since these are parallel, then the end points of the tangent lines to each arc will allow you to create a line through the ends points which will be a perpendicular line passing through the center of the circle. Do this for each pair of arc ends and where they cross is the center of the circle.

 

2. The ends of the each arc are the same distance from the center of the arc's circle .  Drawing a circle with radius 1925' centered on each of the arc ends will create an intersection at the center point of the arc you need.

 

3.  I have another method as well, but it would require a pic. to explain which I would have to create.

 

0 Likes