You can calculate the intersection between a line and an arc. The line is established by a point, bearing, and offset.
Note: For parameter descriptions, see the Quick Reference tab.
To calculate the intersection of an arc and bearing line in the Survey Command Window
- In Toolspace, on the Survey tab, right-click the network to edit, and click Survey Command Window.
- Click Intersections menu Arc/Bearing.
- Enter the point identifier of the arc center.
- Enter the radius of the arc.
- Enter the starting point identifier of the line.
- Enter the bearing of the line.
- Enter the quadrant of the line.
- Enter an offset.
- Enter one of the following options:
- N: To select the northern-most intersection.
- S: To select the southern-most intersection.
- E: To select the eastern-most intersection.
- W: To select the western-most intersection.
- R: To select the solution nearest.
- F: To select the solution farthest.
- 1: To select intersection 1.
- 2: To select intersection 2.
- A: To select all the intersections.
- P: To pick the intersection with your pointing device
To calculate the intersection of an arc and bearing line, using the survey command language
- In Toolspace, on the Survey tab, right-click the network to edit, and click Survey Command Window.
- At the Command line, enter:
ARCB [point] [radius] [point 1] [bearing] [quadrant] [offset]
Command Line Example
NE 1 100 100
NE 2 200 200
ARCB 2 200 1 50 1 -50
! INTERSECTION # 1 NORTH:372.285978 EAST:301.575300
! INTERSECTION # 2 NORTH:98.424700 EAST:27.714022
Intersections are located between an arc radius of 200 with its center at point 2 and a bearing of 50.0000 drawn from point 1 with an offset distance of 50 to the left.