Civil 3D, The Modern
Civil 3D, The Modern
Civil 3D, The Modern
6/23/06
5:10 PM
Page 145
4 12
After reading this chapter, the student should know/be able to: Understand the mathematics behind the Civil 3D geometry tools. Understand distances; bearings; information on traverses used for establishing control on projects; and formulas for circles, arcs, triangles, and lines. Use Civil 3D for creating and editing these geometry items. Use the many Transparent commands that are in Civil 3D. Understand how to develop, label, and edit alignments and parcels.
INTRODUCTION
Civil 3D is a modern curvilinead. What is a curvilinead? It is an instrument that draws curvilinear and rectilinear objects. The 3D in Civil 3D could stand for Design, Delineation, Depiction because of its strengths in developing curvilinear and rectilinear geometry objects. This chapter begins with some of the formulas needed to design geometry and discusses curvilinear linework generation, roadway alignment, and parcel creation, editing, and drafting. The ability to modify these data and the development of curvilinear 2D geometry (Lines, Arcs, Spirals), parcels, alignments, and labels are discussed in detail.
WARDMC04_0131713507
6/23/06
5:10 PM
Page 146
146
Chapter 4
Figure 4-1
A vector
But where does the LIST command compute its results from? Can these results be accomplished by hand, using manual techniques? You certainly should be able to reproduce these results using manual techniques just in case you want to check the computer. One of the worst things that someone using a computer can do when asked, How do you know that the value is correct? is to say, Because the computer said so. A better response would be: I know this is a correct estimate of the value based on my knowledge of the softwares algorithms and the data I developed. It is necessary to know the engineering and mathematical formulas behind these algorithms, and each chapter in this text explores them. This chapter discusses linear and curvilinear computations.
Example 4-1: Find the Angle of a Two-Dimensional Line from the X Axis
To find the angle from the X axis of the two-dimensional line with the same coordinate values as shown in Figure 4-1, follow this process. Slope = Y> X = (20 - 15)>(10 - 5) = 5>5 = 1 The angle then is computed as: (ATAN((ABS)slope)) ATAN(1) 45
Example 4-2: Find the Angle of a Three-Dimensional Line from the X Axis
To find the angle from the X axis of the three-dimensional line with the same coordinate values as shown in Figure 4-1, follow this process. Slope = Z > 2A2 + B2 = (5 - 10)>(7.0710678) = 0.70710678 The angle then is computed as: (ATAN((ABS)slope)) ATAN(0.70710678) 35.254 The formula for a line Y mX b was discussed in Chapter 3 under Point Basics. The Y coordinate the slope of the line times the X coordinate plus the y intercept. Therefore, in Figure 4-1 m .333, X 7.5, and b 0; Y 2.5.
WARDMC04_0131713507
6/23/06
5:10 PM
Page 147
Chapter 4
147
Figure 4-2
Bearing quadrants
Figure 4-3
Slope distances
Figure 4-4
WARDMC04_0131713507
6/23/06
5:10 PM
Page 148
148
Chapter 4
CONTROL SURVEYS
Control SurveyThe monumentation for projects
Control Surveys establish reference points and reference lines for preliminary and construction surveys. Vertical reference points called benchmarks are also established. These are then tied into state coordinate systems, property lines, road centerlines, or arbitrary grid systems. The various types of tie-in methods are shown in Figure 4-5.
Figure 4-5
Tie-in methods
Type A, rectangular tie-in, is also known as a right angle offset. Remember in Chapter 3 how many commands assisted us in developing these Perpendiculars? Type B, polar tie-in, is also known as the angle/distance technique. Type C, intersection tie-in, uses two angles from a baseline to locate a position.
Figure 4-6
Stationing
WARDMC04_0131713507
6/23/06
5:10 PM
Page 149
Chapter 4
149
surveyor often creates a mean of the two angles, anticipating that the mean angular error is less than any one of the angles independently.
Station A B C D E Direct Angle 101-24-00 149-13-00 80-58-00 116-20-00 92-04-00 Double Angle 202-48-00 289-26-00 161-57-00 232-38-00 184-09-00 Total Degrees Mean 101-24-00 149-13-00 80-58-30 116-19-00 92-04-30 538-119-00 539-59-00 (Is this correct?)
The total number of degrees within a closed polygon depends on the number of sides and is computed using the following formula. ANGULAR CLOSURE (N 2) 180; therefore, our polygon 3 180 540-00-00. So subtracting these yields 540-00 minus 539-59-00 01-00 ERROR. See Figure 4-7.
Figure 4-7
Polygons
SecantGeometry term
WARDMC04_0131713507
6/23/06
5:10 PM
Page 150
150
Chapter 4
Circle Formulas Radius = 1>2 * Diameter Pi radians = 180 1 radian = 180> 2 Pi radians = 360 Perimeter = 2 * * r or, * Diameter Area = * r 2 Right Triangle Definitions and Formulas a2 a2 b2 c2 Sides Tan = Opposite>Adjacent Sin = Opposite>Hypotenuse Cos = Adjacent>Hypotenuse A + B + C = 180 Note A = 180 - 90 - B or, 90 - B : B = 90 - A A = Tan-1 (b>a) or Sin-1(b >c) or Cos-1(a >c) B = Tan-1(a > b) or Sin-1(a >c) or Cos-1(b>c) + = = = b2 = c2 (c2 - b2) (c2 - a2) (a2 + b2)
Figure 4-8
Triangles
1. The angle B. B = Tan-1(opp>adj) = Tan-1 (38.7>27.5) = 54.60261522 0.60261522 * 60 = 36.1569 0.1569 * 60 = 9.414 = 54 - 36 - 9
WARDMC04_0131713507
6/23/06
5:10 PM
Page 151
Chapter 4 2. The remaining angle of the triangle: 90 - 54.6026 = 35.40 3. The length of the hypotenuse: c = 2((27.5)2 + (38.7)2) = 47.48 4. The area of the triangle: (27.5 * 38.7)>2 = 532.13 ft2
151
5. What is the closest distance from C to any point along the hypotenuse? We know angle B = 54.6026 We know that Sin (54.6026) = opp>hyp If X = Y>Z, then Y = X * Z and Z = Y>X, then 27.5 * Sin (54.6026) = 22.42 6. Where does the shortest distance line intersect the hypotenuse in relation to point A? We know two sides of the new triangle so, a2 + b2 = c 2 and that c = 22.42 and b = 27.5 a = 2(c2 - b2) = 2((27.5)2 - (22.42)2) = 15.92 Because a right triangle is being divided into smaller right triangles, the interior always remains the same as with the original triangle.
Figure 4-9
The measured distance from the tree to the house 26; OK. The distance from the drain field to the house is 32.5. Distance from the tree to the drain field = 2(32.52 + 262) = 41.60; Not OK. See Figure 4-10. Suggested new location for well could be: An alternative #1 might be: a = 2(c 2 - b2) = 2(502 - 32.502) = 38 An alternative #2 might be: b = 2(502 - 262) = 42.71, say, 43
WARDMC04_0131713507
6/23/06
5:10 PM
Page 152
152
Chapter 4
Figure 4-10
From the corner of the drain field looking at the corner of the house, what is the angle to locate the proposed well? For alternative #2, A = Tan-1 (40>32.5) = 50.9 = Sin-1 (40>50) = 53.13 = Cos-1 (32.5>50) = 49.45
Figure 4-11
WARDMC04_0131713507
6/23/06
5:10 PM
Page 153
Chapter 4
153
Figure 4-12
The Arc method of curve calculation occurs where the degree of curve is measured over an arc length of 100. The formulas are: Da >100 = 360>(2 * PI * R), Da = 36000>(2 * * R), or Da = 5729.578>R. R = 5729.578>Da. If Da = 1, then R = 5729.578 units and = 3.14159 And R = 5729.578>Da. If Da = 1, then R = 5729.578 and = 3.14159 And R = 5729.578>Da. If Da = 1, then R = 5729.578 m and = 3.14159
The Chord method of curve calculation occurs where the degree of curve is measured over a chord length of 100. The formulas are: Sin (Dc >2) = 50>R R = 50>Sin (1>2)Dc, where Dc is in degrees. If Dc = 1, then R = 5729.648 units. Circular Curves According to Figure 4-13,
Figure 4-13
Circular Curves
WARDMC04_0131713507
6/23/06
5:11 PM
Page 154
154
Chapter 4
E = External distance D = Da degree of curve, arc definition D = Dc degree of curve, chord definition POC = Point on Curve PC = Point of Curvature I = Deflection angle (Delta) R = Radius C = Chord length M = Middle ordinate distance PRC = Point of Reverse Curvature (not shown) PCC = Point of Compound Curvature (not shown) Arc Formulas Note in the formulas, the difference between the letter I and the number 1. L R C E = = = = 100 * I>Da 5729.578>Da 2R * Sin (I>2) R((1>Cos (I>2)) - 1) L = RI (where I is in radians), or RI>180 T = R * Tan (I>2) R>(R + E) = Cos (I>2) (R - M)>R = Cos (I>2) E = T * Tan (I>4) R = 50>(Sin (D>2))
The defle cti chord len on angle for a gth of 20 PC is (20 m from th /L e notes are )(I/2). The field set up in the following table.
Note:
WARDMC04_0131713507
6/23/06
5:11 PM
Page 155
Chapter 4
Station 0 184.799 0 180 0 160 0 140 0 120 0 119.349 Procedure: Chord Dist from PC 65.450 60.651 40.651 20.651 0.651 0
155
Figure 4-14
Arc distance
Figure 4-15
WARDMC04_0131713507
6/23/06
5:11 PM
Page 156
156
Chapter 4
Figure the angles of the triangle and base width (across water surface). Cos angle Adjacent/Hyponteuse Angle = Cos - 1 (0.83 >2.0 ) = 65.4807 Then, the total angle across the water surface = 2 * 65.4807 = 130.9614 The base width = 2(c2 - a2) = 1(22 - 0.832) = 1.82 Then, the total width of the water surface = 2 * 1.82 = 3.64 Figure the flow area. Area (triangle) ((base height)/2) 2; the 2s cancel out. 3.64 * 0.83 = 3.02 ft2 Area of water = angle * R2>114.59 = 130.9614 * 22/114.59 = 4.57 ft2
Flow area = 4.57 - 3.02 = 1.55 sq. ft2 The wetted perimeter = angle * R/57.30 = 130.95614 * 2/57.30 = 4.57 This information could be used in Mannings formula as follows. The RCP is sloped at a grade of 5%. We know that the n 0.013 for Mannings A 2>3 1.486 b * 2S * a b friction coefficient. Then, Q = A * a n Wp Q = 1.55 * a 1.486 1.55 2>3 b * 10.05 * = 19.26 cfs. 4.57 0.013
Spiral Definitions and Formulas Spirals are used to create a smooth transition as one travels from a tangent to a curve and then back out to a tangent again. Figure 4-16 shows the parameters for coming into a spiral. The parameters are the same for leaving a spiral.
Figure 4-16
Spirals
TS = Tangent to spiral point SC = Spiral to Curve CS = Curve to spiral PI = Point of Intersection D = Total deflection angle Ds = Spiral delta angle Dc = Circular curve delta T = Total tangent length R = Radius of circular curve
WARDMC04_0131713507
6/23/06
5:11 PM
Page 157
Chapter 4
157
L = Length of spiral LT = Long tangent ST = Short tangent X = Total Horizontal Spiral length Y = Total Vertical Spiral Length P = Offset of the tangent line to the PC of the shifted curve K = Abscissa of the PC of the shifted circular curve referred to the straight end of the spiral SPI = Spiral PI Formulas for Approximate Solutions to Spiral Problems Y>L = Sin () X2 = L2 - Y2 K = X>2 LT = (Sin (2>3 * )) * L >Sin ( ) Types of Horizontal Curves The curves shown in Figure 4-17 illustrate the various types of curves that are in the civil engineering business. The broken back curve is usually not allowed by review agencies because the tangent is not tangent to the curve.
Broken Back CurveNontangent data
Figure 4-17
WARDMC04_0131713507
6/23/06
5:11 PM
Page 158
158
Chapter 4
Figure 4-18
Angles in AutoCAD
Another default in AutoCAD and Civil 3D is that the units for the angles tend to be set to decimal degrees and 0 places of precision. These should also be set up prior to usage so that the desired angles and criteria are to the companys liking. Some people prefer to use degrees, minutes, and seconds as the angle units type, and the precision is usually set to, at least, the nearest second. If the user prefers to use decimal degrees then the precision should be to at least four places. The software converts any output listings to the units the user sets. So if the units are set to decimal degrees and a LIST command is issued, the CAD system responds with decimal degrees as part of the listing. If the units are set to degrees, minutes, and seconds, then the system responds accordingly. These can be flipped at any point in the working session to achieve the desired units reporting.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 159
Chapter 4
159
Interior angles (Figure 4-19) measure the angle between two linear objects. The angle can be acute or obtuse.
Figure 4-19
Interior angles
An azimuth can be measured from either the North or South. The North azimuth measures angles from the North axis, in a clockwise direction to 360. The South azimuth measures angles from the South axis, clockwise to 360. Bearings (Figure 4-20) measure a heading and are broken into four quadrants: North, South, East, and West. Each quadrant has 90. The quadrant usually referred to as quadrant 1 is the North-East quadrant and measures from North and turns toward the East. Therefore, a bearing of N 453030 E is located by facing North and turning toward the East an angle of 453030. Quadrant 2 is South-East and begins by facing South and turning the angle toward the East. Quadrant 3 is South-West and also begins by facing South but turns toward the West. Quadrant 4 is North-West, begins by facing North and turning the angle toward the West.
Figure 4-20
Bearings
There are also angles known as cardinal directions, which are North, South, East, and West, routinely seen in describing the heading of a hurricane. Hurricane Ivan is heading North-North-West, which is halfway between North and North-West. In degrees that would be N 223000 W. Figure 4-21 illustrates a person standing at Point B, looking forward at the angle defined from Point A to Point B and then turning 281651 to the right to get to Point C. This shows deflection angles.
Figure 4-21
Deflection angles
WARDMC04_0131713507
6/23/06
5:11 PM
Page 160
160
Chapter 4
Figure 4-22 illustrates a person standing at Point B, looking back at Point A, and then turning 2081651 to the right to get to Point C. This shows turned angles.
Figure 4-22
Turned angles
On the subject of angles, there are two other types of angle measurement, one called Grads and another called Radians. A Grad is 1/400th of a circle, where North is what would be zero, East is 100 g, South is 200 g, West is 300 g, and back to North is 400 g. This angular system is used in some international countries and by the United States Department of State. A Radian is 180/ and is often used in computer programming and in the calculation of some arc formulas.
Select the object, hit <Enter> and this listing will display.
LINE Layer: 0 Space: Model space Handle = 3F2 from point, X = 11.0000 Y = 7.0000 Z = 0.0000 to point, X = 38.0000 Y = 18.0000 Z = 0.0000 Length = 29.1548, Angle in XY Plane = 22 Delta X = 27.0000, Delta Y = 11.0000, Delta Z = 0.0000
Note the angle of 22 degrees. Is it an even 22? 4. Next, at the command prompt, type UN for Units to bring up the Units dialog box. See Figure 4-23. 5. Note under the Angle Type pop-down window are the supported angle types. Decimal Degrees is the default. The default Precision is set to 0;
Figure 4-23
WARDMC04_0131713507
6/23/06
5:11 PM
Page 161
Chapter 4
161
hence there is no precision for display beyond the nearest degree. Set the Precision to 4 and hit OK. 6. Type LIST again, select the line, and hit <Enter>. Notice that the angle shown now is 22.1663 degrees. 7. Next, at the command prompt, type UN again to bring up the Units dialog box. 8. Under the Angle Type pop-down window choose Deg/Min/Sec and hit OK. Type LIST again, select the line, and hit <Enter>. Notice that the Angle in XY Plane 22d959. 9. Next at the command prompt type UN again to bring up the Units dialog box. 10. Under Angle Type pop-down window, choose Surveyors Units and hit OK. Type LIST again, select the line, and hit <Enter>. Notice that the Angle in XY Plane is a bearing of N 67d501 E. Many Geometry commands can be performed using the Parcels and Alignments menus. Discussion of other tools as well will follow but here is a brief explanation of the menu pull-downs for Parcels and Alignments. The Parcels pull-down menu (Figure 4-24) commands include:
Figure 4-24
Create By Layout... invokes the Parcel Creation Layout toolbar. Create From Objects allows for creating new parcels from entities. Create ROW allows for creating automatic offsets for Right of Way creation. Edit Parcel Segments... invokes the Layout toolbar for editing parcels that already exists. Edit... invokes the Layout toolbar for editing parcels that already exist. Edit User Defined Properties... allows editing of user defined properties that are attached to parcels. Add Labels... adds specific labels to parcels. Tables allow for creating property tables of lines, arcs, and so on. Renumber/Rename Parcels allows the same. The Alignments pull-down menu (Figure 4-25) commands are: Create By Layout... invokes the Alignment Creation Layout toolbar. Create From Polyline allows for creating new alignments from polylines. Edit Alignment Geometry... invokes the Layout toolbar for editing alignments that already exist. Edit... invokes the Layout toolbar for editing alignments that already exist.
NEW
to AutoCAD
2007
NEW
to AutoCAD
2007
WARDMC04_0131713507
6/23/06
5:11 PM
Page 162
162
Chapter 4
Figure 4-25
Add Labels... adds specific labels to alignments. Tables allow for creating alignment tables of lines, arcs, and so on. Reverse Alignment Direction allows the same.
GEOMETRY COMPUTATIONS
Now that the chapter has covered the basic and fundamental mathematics behind curvilinear and rectilinear geometry, discussion proceeds with the capabilities of Civil 3D in these areas. Again, enormous functionality exists within AutoCAD alone, and because it is a prerequisite to know AutoCAD, coverage of those routines within Civil 3D follows. In addition to investigating some of the primitive geometry tools, the tools for creating parcels and alignments are also explored.
Figure 4-26
You can use Transparent commands within other commands that need data entry consisting of multiple points such as the AutoCAD LINE command. These can be used just like the AutoCAD Transparent commands by preceding them with an apostrophe. You can also pick them as needed from the toolbar. A user can set a series of points using that data entry format because it remains in that data entry mode until you change it or exit. The Civil Transparent commands are used to enter values based on information that can be supplied when you are prompted for a radius, a point, or a distance. Most of these commands are used to specify point locations within
WARDMC04_0131713507
6/23/06
5:11 PM
Page 163
Chapter 4
163
another operation, such as the creation of property lines for parcel data. These commands provide great flexibility of obtaining information from data already existing within the drawing without forcing you to accumulate the information ahead of time. This allows you to calculate the location for a point from a variety of angles and distances.
Job skills will benefit because these routines save hours of manual computation for designers.
J
They are fun to use and provide excellent visuals as you work with them. The command definitions from left to right across the toolbar are described as follows with the accompanying abbreviation that can be typed in as the command is being used. ADAngle and Distance BDBearing and Distance ZDAzimuth and Distance DDDeflection Angle and Distance NENorthing and Easting GNGrid Northing and Grid Easting LLLatitude and Longitude PNPoint Number PAPoint Name (alias) POA Point in a Drawing
Three new commands were added to the toolbar. They include: Profile Station from Plan, Profile Station and Elevation from Plan and Profile Station and Elevation from COGO Point. These commands prompt for and allow for the user to select information for the profile by referring to the plan view of the alignment. These can be beneficial in that an important location can be identified using plan view objects that can not be seen when viewing the profile. This could be the location of a horizontal utility manhole perhaps. SOStation and Offset SSSide Shot From a Point
NEW
to AutoCAD
2007
Transparent command filters exist at this location in the toolbar. These allow for selecting point information by Point Number, by selecting
WARDMC04_0131713507
6/23/06
5:11 PM
Page 164
164
Chapter 4
the Point anywhere the point data are visible, or via a Northing/ Easting entry. PSEStation and Elevation in a Profile View PGSGrade and Station in a Profile View PGLGrade and Length in a Profile View MRAn Objects Length MLAn Objects Radius
Figure 4-27
TIP
This command can be used to describe a traverse based on an occupied point, a backsight, turned angles, and distances.
1. Open the drawing called Chapter-4-Geometry.Dwg. 2. Using the V for View command, highlight the view called Geom-A, hit Restore, and then hit OK. You draw linework using turned angles and distances from the line visible on the screen. 3. Type L for Line. Follow the prompts: 4. LINE Specify first point: Using an Endpoint Osnap pick the northern end of the line in the view. 5. Specify next point or [Undo]: Type AD or select the first icon on the Transparent Commands toolbar.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 165
Chapter 4
165
6. >>Specify ending point or [.P/.N/.G]: Using an Endpoint Osnap pick the southern end of the line in the view. 7. Current angle unit: degree, Input: DD.DDDDDD (decimal)
TIP
If the prompt shows DD.MMSS then you can type 128d558.56 or change the drawing settings so it asks for DD.DDDDDD. This is done by going to the Toolspace, clicking on the Settings tab, right clicking on the drawing name, and choosing Edit Drawing Settings. Choose the Ambient Settings tab and expand the Angle. Change the Value for the Format to the desired setting.
8. >>Specify angle or [Counter-clockwise]: Type 128.0996 9. >>Specify distance: 75 10. Resuming LINE command. 11. Specify next point or [Undo]: (922.563 1060.79 0.0) 12. Specify next point or [Undo]: 13. Current angle unit: degree, Input: DD.DDDDDD (decimal) 14. >>Specify angle or [Counter-clockwise]: 279.8302 (Figure 4-28).
Figure 4-28
16. Specify next point or [Undo]: (1020.06 1038.57 0.0) 17. Specify next point or [Close/Undo]:
Current angle unit: degree, Input: DD.DDDDDD (decimal)
18. >>Specify angle or [Counter-clockwise]: 233.3313 (Figure 4-29). 19. >>Specify distance: 75 20. Resuming LINE command. 21. Specify next point or [Close/Undo]: (1050.37 969.965 0.0)
WARDMC04_0131713507
6/23/06
5:11 PM
Page 166
166
Chapter 4
Figure 4-29
22. Specify next point or [Close/Undo]: 23. Current angle unit: degree, Input: DD.DDDDDD (decimal) 24. >>Specify angle or [Counter-clockwise]: *Cancel*
Resuming LINE command.
25. Specify next point or [Close/Undo]: <ESC> 26. Save your file with the same name and a suffix of your initials. Notice the almost video gamestyle graphics that appear to help you through the computations. The yellow marker simulates a station setup while the green rodman is placed at the backsight and the red rodman is placed at the foresight location. The red arc indicates that the computations are using a turned angle from the backsight to the foresight.
Job skills will benefit from the use of this command because surveyors routinely draw property and easement linework using distances and bearings.
1. Continue in the same drawing or open the drawing you just saved. 2. Using the V for View command, highlight the view called Geom-A, hit Restore, and then hit OK. You draw linework using a bearing and distance from where you left off in the previous command. You can also use the line visible on the screen if you did not perform the last example. Of course your results may vary from the figure somewhat. 3. Command: L 4. LINE Specify first point: Using an Endpoint Osnap pick the end of the last line you drew in the previous example. It is near 1050, 969.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 167
Chapter 4
167
5. Specify next point or [Undo]: Type BD or select the second icon on the Transparent Commands toolbar. A reminder displays: Quadrants NE = 1, SE = 2, SW = 3, NW = 4
Figure 4-30
direction unit: degree, Input: DD.MMSSSS (decimal dms) 8. >>Specify bearing: 41.3329, indicates a bearing angle of 41 degrees,
33 minutes, and 29 seconds. 9. >>Specify distance: 75 10. Resuming LINE command. Specify next point or [Undo]: (1100.12
1026.09 0.0)
13. >>Specify bearing: 16.1907 14. >>Specify distance: 80 15. Resuming LINE command. Specify next point or [Undo]: (1077.64
949.309 0.0)
17. >>Specify quadrant (1-4): <ESC> 18. Save your file with the same name and a suffix of your initials.
TIP
If your jurisdiction requires the use of Azimuth (or South Azimuth), this command assists in laying out deed information.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 168
168
Chapter 4
Figure 4-31
1. Continue in the same drawing or open the drawing you just saved. 2. Using the V for View command, highlight the view called Geom-A, hit Restore, and then hit OK. You draw linework using a bearing and distance from where you left off in the previous command. You can also use the line visible on the screen if you did not perform the last example. Of course your results may vary from the figure somewhat. 3. Command: L 4. LINE Specify first point: Using an Endpoint Osnap pick the end of the last line you drew in the previous example. It is near 1077, 949. 5. Specify next point or [Undo]: Type ZD or select the third icon on the Transparent Commands toolbar.
Current direction unit: degree, Input: DD.MMSSSS (decimal dms)
6. >>Specify azimuth: 260.2256 7. >>Specify distance: 100 8. Resuming LINE command. Specify next point or [Undo]: (979.048
932.602 0.0)
9. Specify next point or [Undo]: Current direction unit: degree, Input: DD.MMSSSS (decimal dms)
10. >>Specify azimuth: <ESC> 11. Save your file with the same name and a suffix of your initials.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 169
Chapter 4
169
Figure 4-32
5. Specify next point or [Undo]: Type DD or select the fourth icon on the Transparent Commands toolbar. 6. >>Specify 7. >>Specify 8. >>Specify 9. Save your
Current direction unit: degree, Input: DD.MMSSSS (decimal dms) angle or [Counter-clockwise]: 79.4819 distance: 75 angle or [Counter-clockwise]: <ESC>
Notice that each of these commands keeps you in the data entry mode until you switch to another to terminate.
TIP
The nice part of this command allows for data entry using the numeric keypad, which expedites the typing.
1. Continue in the same drawing or open the drawing you just saved. 2. Using the V for View command, highlight the view called Geom-A, hit Restore, and then hit OK. You draw linework using a bearing and distance from where you left off in the previous command. You can also use the line visible on the screen if you did not perform the last example. Of course your results may vary from the figure somewhat. 3. Command: L 4. LINE Specify first point: Using an Endpoint Osnap pick the end of the last line you drew in the previous example. It is near 953,1003. 5. Specify next point or [Undo]: Type NE or select the fifth icon on the Transparent Commands toolbar. 6. >>>>Enter northing <0.0000>: 960 7. >>>>Enter easting <0.0000>: 950 8. >>>>Enter northing <0.0000>: <ESC> to terminate. 9. Save your file with the same name and a suffix of your initials.
The GN Command
This command allows you to build linework using a key-in of the grid Northing and grid easting. Again, a nice feature allows for data entry using the numeric keypad, which expedites the typing. This is similar to the geodetic calculator used earlier because it reads the geodetic zone when placing points.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 170
170
Chapter 4
The LL Command
This command allows you to build linework using a key-in of the latitude and longitude. This is similar to the geodetic calculator used earlier because it reads the geodetic zone when placing points.
TIP
This command is not limited to simply typing a point number; it can also connect multiple points using commas and apostrophes. For instance, you can draw a polyline by starting at a point number of, say, 100 and for the remaining vertices of the polyline you can refer to points in the file by 101-110, 100, which will draw linework through the consecutive points 101 through 110 and connect back to the starting point of 100.
1. Continue in the same drawing or open the drawing you just saved. 2. Using the V for View command, highlight the view called Geom-A, hit Restore, and then hit OK. You draw linework using a bearing and distance from where you left off in the previous command. You can also use the line visible on the screen if you did not perform the last example. Of course your results may vary from the figure somewhat. 3. Command: L 4. LINE Specify first point: Type PN or select the eighth icon on the Transparent Commands toolbar. 5. >>Enter point number <1>: <Enter> 6. Resuming LINE command. Specify first point: (826.126 943.344 0.0) 7. Specify next point or [Undo]: 8. >>Enter point number <1>: 2 9. Resuming LINE command. Specify next point or [Undo]: (908.038
1000.71 0.0)
10. Specify next point or [Undo]: 11. >>Enter point number <2>:<ESC> to terminate. 12. Save your file with the same name and a suffix of your initials.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 171
Chapter 4
171
9. >> Specify next point or [Undo]: Type in 950,960 10. Resuming LINE command. 11. >> Specify next point or [Undo]: <ESC> to terminate. 12. Save your file with the same name and a suffix of your initials.
TIP
This routine is useful because it also works inside other AutoCAD commands and references the alignment in question. It can be used to draw manholes at a station offset from an alignment.
1. Continue in the same drawing or open the drawing you just saved. 2. Using the V for View command, highlight the view called Geom-B, hit Restore, and then hit OK. You see a shot alignment in the view. Draw linework using a station and offset of this alignment. 3. Type CIRCLE or pick it from the Draw toolbar. 4. CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: Type SO or select the eleventh icon on the Transparent Commands toolbar. 5. >>Select alignment: Pick the alignment in the view. 6. >>Specify station: 75 7. >>Specify station offset: 25 8. Resuming CIRCLE command. Specify center point for circle or
[3P/2P/Ttr (tan tan radius)]: (920.909 655.768 0.0)
9. Specify radius of circle or [Diameter] <5.0000>: 10. >>Specify station: <ESC> to terminate the station, offset part of the routine. 11. Resuming CIRCLE command. Specify radius of circle or [Diameter] <5.0000>: 1.5 12. Save your file with the same name and a suffix of your initials.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 172
172
Chapter 4
Figure 4-33
8. >>Specify distance: 100 9. Line Specify first point: <ESC> to terminate. 10. Save your file with the same name and a suffix of your initials.
TIP
When using this routine notice that graphics appear to show you where the station you type is on the profile, and then a graphic appears to show you the elevation that you type.
1. Open the drawing called Chapter-4-Profile.Dwg. 2. Using the V for View command, highlight the view called Access RoadProfile View, hit Restore, and then hit OK. You see a shot profile in the view. You draw a bridge crossing over the road using a station and elevation data from this profile. 3. Type L for Line or pick it from the Draw toolbar. 4. Command: l LINE Specify first point: Type PSE or select the fourteenth icon on the Transparent Commands toolbar. 5. >>Select a Profile View: Pick a grid line in the profile. 6. >>Specify station: 300 7. >>Specify elevation: 364 8. Resuming LINE command. Specify first point: (18300.0 21640.0 0.0) 9. >>Specify station: 300 10. >>Specify elevation: 355 11. Resuming LINE command. Specify next point or [Undo]: (18300.0
21550.0 0.0)
12. Specify next point or [Undo]: 13. >>Specify station: 350 14. >>Specify elevation: 355 15. Resuming LINE command. Specify next point or [Undo]: (18350.0
21550.0 0.0)
16. Specify next point or [Close/Undo]: 17. >>Specify station: 350 18. >>Specify elevation: 364 19. Resuming LINE command. Specify next
(18350.0 21640.0 0.0) 20. Specify next point or [Close/Undo]: 21. >>Specify station: <ESC> to terminate.
point
or
[Close/Undo]:
22. Save your file with the same name and a suffix of your initials.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 173
Chapter 4
173
You see the outline of an overhead bridge in a thick linestyle, Figure 4-34.
Figure 4-34
Figure 4-35
WARDMC04_0131713507
6/23/06
5:11 PM
Page 174
174
Chapter 4
TIP
Note that these commands can be used for almost any AutoCAD command. For instance, you can draw a pipe in profile while maintaining the grade of the pipe. You can draw the invert of the pipe and the other invert can be established using a grade and station.
1. Continue on the same drawing, or open the drawing called Chapter-4Profile.Dwg. 2. Using the V for View command, highlight the view called Access RoadProfile View, hit Restore, and then hit OK. You see a shot profile in the view. You draw a culvert from a point at 2% using the profile data. 3. Type L for Line or pick it from the Draw toolbar. 4. Command: l LINE Specify first point: 18217,21215 5. Specify next point or [Undo]: Type PGS or select the fifteenth icon on the Transparent Commands toolbar. 6. >>Select a Profile View: Pick a grid line in the profile. 7. >>Specify grade <0.00>: -2 8. >>Specify station: 285 9. Resuming LINE command. Specify next point or [Undo]: (18285.0
21201.4 0.0)
10. Specify next point or [Undo]: 11. >>Specify grade <2.00>: <ESC> to terminate. 12. Save your file with the same name and a suffix of your initials.
11. Specify next point or [Undo]: 12. Current grade input format: percent 13. >>Specify grade <-2.00>: <ESC> to terminate. 14. Save your file with the same name and a suffix of your initials.
TIP
You can continue drawing linework in this command if you have a series of pipe inverts to draw. This command can be used to draw anything in the profile that has a length and grade, such as the bottom of a ditch.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 175
Chapter 4
175
TIP
These commands are excellent for obtaining data from other criteria either known or within the file somewhere. Remember to use these as you create parcel and alignment data in the future.
1. Continue on the same drawing, or open the drawing called Chapter-4Profile.Dwg. 2. Using the V for View command, highlight the view called Geom-D, hit Restore, and then hit OK. You see an arc and a line. 3. Type Circle or pick it from the Draw toolbar. 4. Command: _circle Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 19135, 20050 5. Specify radius of circle or [Diameter]: Type MR or select the second from last icon on the Transparent Commands toolbar. 6. >>Select entity to match radius: Pick the arc on the screen. 7. Notice a circle shows up with the same radius of the arc. 8. Type L for Line or pick it from the Draw toolbar. 9. Command: l LINE Specify first point: 18530,20100 10. Specify next point or [Undo]: Type ML or select the second from last icon on the Transparent Commands toolbar. 11. >>Select entity to match length: Pick the line on the screen. 12. Notice a line shows up with the same length as the other line. 13. Terminate and save your file with the same name and a suffix of your initials.
PARCELS
This next section explores parcel information. You begin with the Parcel Settings and move toward generating parcels and see how Civil 3D handles them in a state-of-the-art manner.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 176
176
Chapter 4
Figure 4-36
Parcel Settings
WARDMC04_0131713507
6/23/06
5:11 PM
Page 177
Chapter 4
177
Figure 4-37
3. Click in the Value column for Text Style and you see a button with three dots (ellipses) on it. Click this button to see the available styles. 4. Select Romans and hit OK. 5. Select the Layout tab next. Note in the Value column for the Property of Text Contents. Click in the Value column for this item, and take note how the field and the related appearance of the area text can be altered. The Preview window on the right of Figure 4-38 can be edited by the user and prefixes or suffixes can be typed in if needed. 6. Now select the Dragged State tab and observe the settings in here that control the properties for labels when they are dragged away from their initial insertion points.
TIP
The Summary tab provides a single location to review and set all of the settings at once. This is a great destination for experts.
Figure 4-38
WARDMC04_0131713507
6/23/06
5:11 PM
Page 178
178
Chapter 4
7. You use the Standard Style for Lines and Curves, but you may want to take a moment to review these by selecting either Lines or Curves and right clicking and choosing Edit... Hit OK to depart the editing. Although most of the settings are fairly routine and easy to understand, let us pause for a moment to explore some settings that may not be so selfevident. Expand the item for Command Settings. Right click on the CreateParcelbyLayout setting and choose Edit Command Settings... An Edit Command Settings dialog box displays, shown in Figure 4-39. The interesting settings to take note of are the blue icons. These are expanded in Figure 4-39 and specify the default options for Parcel commands.
Figure 4-39
Another area of note is at the bottom of this same dialog tab. It is the Transparent Commands settings, shown in Figure 4-40.
Figure 4-40
There is a myriad of settings here that can control whether you have Northings/Eastings or X/Y prompts, whether you are prompted for the third
WARDMC04_0131713507
6/23/06
5:11 PM
Page 179
Chapter 4
179
dimension, how the order for latitude/longitude will be prompted for, and what units slopes and grades are being asked for in.
TIP
Observe these settings carefully because they are similar to the Command Settings in other items.
Now that you have explored many of the settings controlling parcel development and display, let us create some using the commands provided. In this same drawing and in the view provided earlier, Parcel-A, you create some linework for a parcel. From the Parcels pull-down menu, choose Create By Layout and a toolbar displays as shown in Figure 4-41. Note that it can be expanded/retracted by using the arrow at the far right of the toolbar.
Figure 4-41
The commands available are described from the left and are referred to as Buttons 1 through 10 in their descriptions that follow: Button 1: Button 2: Create Parcel Add Fixed LineTwo Points, which draws a lot line as a line segment. Choose a starting point and an endpoint to create it. Add Fixed Curve:
Button 3:
By 3 Points, which draws a lot line as a curved component. You would define a starting point, a point on curve, and an endpoint. By 2 Points and a Radius, which draws a lot line as a curve component. You would define a starting point, a radius value, the curves direction, and an endpoint. Button 4: Draw Tangent with No Curves, which draws a connected series of lot line components. You would identify a series of points. This button has several options to it including:
Button 5:
Slide AngleCreate, creates one or more new lot lines defined with starting and ending points along the frontage of the lot or, at your option, using an angle relative to the frontage. These angles are measured in positive degrees, from 0 degrees (toward the endpoint) through 180 degrees (toward the start point). Slide AngleEdit, moves a lot line. The user can keep or modify the lines frontage angle in this routine. Slide DirectionCreate, develops one or more new lot lines. You can define starting and ending points along the frontage of the lot and an
WARDMC04_0131713507
6/23/06
5:11 PM
Page 180
180
Chapter 4
absolute direction for the lot line using azimuths, bearings, or any other two points in the drawing. Slide DirectionEdit, moves a lot line. The user can keep or modify the lines absolute direction. Swing LineCreate, develops a lot line defined with starting and ending points along the frontage of the lot and a fixed swing point on the opposite side of the parcel. The size of the parcel can be modified by swinging the lot line to intersect a different point along the frontage. This is limited by the user through minimum areas and frontage limits that are established. Swing LineEdit, moves a lot line by pivoting it from one end. You can select which end to use as the swing point on the fly. Free Form Create, develops a new lot line. You can define an attachment point to begin and then use bearings, azimuths, or a snap to a second attachment point to complete the command. Button 6: PI Commands for: Inserting, creates a vertex at the point clicked on a parcel segment. Deleting, eliminates a vertex that is selected on a parcel segment. It then redraws the lot line between the vertices on either side to repair the parcel line. This command can delete or merge parcels depending on how the vertex was deleted. Breaking apart PIs, separates end points at a vertex selected with a separation distance specified by the user. This command does not delete or merge parcels; it does, however, make them incomplete and the components that are affected become geometry elements. These elements become parcels again once any loose vertices are reconnected to a closed figure. Button 7: Delete Sub-Entity, eliminates parcel components. If a sub-entity is eliminated when it is not shared by another parcel, the parcel is deleted. If a shared sub-entity is eliminated, the two parcels that shared it are merged together. Button 8: Parcel Union, merges two adjacent parcels together where the first parcel selected determines the identity and properties of the joined parcel, similar to the AutoCAD PEDIT command. Button 9: Pick Sub-Entity, selects a parcel component for display in the Parcel Layout Parameters dialog box. Use the Sub-Entity Editor before choosing this command. Button 10: Sub-Entity Editor, displays the Parcel Layout Parameters dialog box that allows for the review or editing of attributes of selected parcel components. There is also an Undo and a Redo button for creating and editing parcel data.
The graphics capabilities that accompany these commands are extraordinary, and a few are used next to explore how they work.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 181
Chapter 4
181
4. In the Chapter-4-Parcel.Dwg drawing, select Create By Layout... from the Parcels pull-down menu. 5. When the Create By Layout toolbar displays, select the Add Fixed Line command. The dialog box for Create Parcels Layout displays. Set the Parcel Style to Chapter 4. Set the Area Label Style to Chapter 4 Area Style. Turn on the toggle for Automatically add segment labels. Hit OK. 6. When it asks for a start point, use an Endpoint snap to select the point at 16000,19000, which is a vertex of the parcel polyline already drawn in the file. 7. Then using Endpoint snaps select the vertices of the polyline in a clockwise fashion. Set the second and third vertex and stop after selecting an endpoint at the third vertex at X 16268.9231 Y 19285.9656.
TIP
Note that after you draw one line, you must begin the next line again, unlike an AutoCAD line.
8. While staying in the command, select the third button in the toolbar, Add Fixed Curve, By 3 Points. Use an Endpoint snap to select the third vertex, use a nearest snap to pick a point on the curve and an endpoint to select the fourth vertex. 9. Then use the second button, Add Fixed Line, to select a first point at the endpoint at the fourth vertex and the second point at the beginning of the parcel where you started. 10. When the software asks for a new start point, hit <Enter> and then type X for Exit, as shown in the command prompt. You see a parcel, fully developed with annotation and hatching, as discussed in the setup of the settings earlier. If you look in the Prospector (Figure 4-42), you see this parcel listed there, with a Preview of the parcel.
Figure 4-42
WARDMC04_0131713507
6/23/06
5:11 PM
Page 182
182
Chapter 4
Figure 4-43
WARDMC04_0131713507
6/23/06
5:11 PM
Page 183
Chapter 4
183
Figure 4-44
alignment. Radii can be defined for end returns that exist along the right of way at intersections. The Right of Way command works like a parcel, albeit a narrow variation of a parcel. When the Create ROW command is used, it prompts the user to pick parcels. If an alignment is found on one of the edges of the selected parcels, a right of way is created in accordance with the preestablished parameters. 1. Type in V for View and select the view called ParcelC. This shows an alignment and several parcels along the alignment. 2. Select Create From Objects from the Parcels pull-down menu. 3. It asks you to: Select the Lines, arcs or polylines to convert into parcels: Select the polylines of the three parcels in the view. 4. The dialog box for Create Parcels From Objects displays. Set the Parcel style to Chapter 4. Set the Area label style to Chapter 4 Area Style. Turn on the toggle for Automatically add segment labels. Set layers for the parcels to V-Prcl-Sgmt and V-Prcl-Htch. Hit OK. 5. Again the parcels are defined, hatched, labeled, and displayed in the Prospector. 6. Now choose the command Create ROW from the Parcels pull-down menu. When it asks you to select the parcels, choose the three parcels you just created. Then the Create Right of Way dialog box, shown in Figure 4-45, displays to obtain the criteria for developing the ROW. 7. Set the value for Offset from alignment to 45. Set the Cleanup at parcel boundaries to 35. Set the Cleanup at alignment intersections to 35 as well. Hit OK. 8. The configuration should appear as shown in Figure 4-46. For the next step in this exercise, let us add a line table for the parcel in the View ParcelB.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 184
184
Chapter 4
Figure 4-45
Figure 4-46
9. Type in V for View and select the view called ParcelC. This shows an alignment and several parcels along the alignment. 10. Select Tables from the Parcels Pull-down menu. Select Add Line table. 11. The Table Creation dialog box displays, as shown in Figure 4-47.
Figure 4-47
WARDMC04_0131713507
6/23/06
5:11 PM
Page 185
Chapter 4
185
In the selection window in the center of the dialog box, turn on the Apply button and make sure it is checked as in Figure 4-47. Then hit OK. A table is on your cursor and asks you to pick a point for the table. Pick a point away from the parcel graphics. It appears as shown in Figure 4-48. Other tables can be brought in as well for curves and areas.
Figure 4-48
Completed Table
ALIGNMENTS
Alignments are developed to assist engineers, surveyors, and contractors in their computations and layout of projects. Alignments provide a common structure by which they can refer to the corridor and locate the positions easily and be able to duplicate that location reliably. An alignment consists of primitive elements such as lines, arcs, and spirals. Although each of these is an independent component, when strung together they create an alignment and can be thought of and referred to as a single object. Alignments can be used in all corridor situations whether they are roadways, channels, aqueducts, or utilities such as waterlines. The notion of stationing is what unifies thinking about alignments. Stationing (Figure 4-49) is a mathematical concept whereby the beginning of the alignment commences with a value, say 0, and this number increases by the lengths of the lines, arcs, and spirals until terminating at the end of the alignment. To make it a little easier to understand and work with, stationing also includes the concept of dividing the actual linear value by 100. In other words, station 2 50 would be located 250 from the beginning of the alignment. Station 18 32.56 would be 1,832.56 from the beginning. The even stations are denoted on the left side of the plus sign and the leftover value is on the right side of the plus sign. Unless otherwise instructed, corridor alignments often begin with the station 10 00 or 1000. This allows for changes to be
WARDMC04_0131713507
6/23/06
5:11 PM
Page 186
186
Chapter 4
Figure 4-49
Stationing
made to the alignment and within reason you will at least remain in positive numbers when computing stationing. For example, if you began a roadway at station 000, it could happen that a superior would want to extend the roadway length 100 from the beginning, thereby causing the beginning station to be -100. This causes potential confusion simply because of the addition of negative numbers. Anything designers can do to simplify the design and construction process pays off in the long run, and this is one of those things it is important to do. In combination with stationing, a concept of offset values is also used in conjunction with alignments. Typically, a positive offset is to the right of the alignment and a negative value is to the left, when looking forward toward increasing stationing. This additional concept allows users to locate objects, either existing or proposed, using the stationing for the alignment as the baseline for computations. For instance, it would not be difficult to locate a proposed fire hydrant with a station of 1832.56 and an offset of 55 Right, or the corner of a drain inlet at station 955.32 and an offset of 14.5 (Left). One last item associated with alignments and their respective stationing is the concept of station equations or equalities. This is a situation in which the roadway begins, say, at station 1000 and perhaps the alignment is 2000 long. Thus the ending station is 3000. Now let us further say that a side road intersects the roadway halfway through it, at station 2000. The hypothetical State Department of Transportation (DOT) has decided that the intersecting roadway is the predominant roadway and yours is not. Therefore, it decrees that your roadway will have your stationing from the beginning and will maintain your stationing until it intersects with the side road. At that point, the DOT wants the stationing of your road to pick up where the side street leaves off and continue on until your road ends. This is where a station equation will exist. Our roadway stationing begins at 1000 and progresses until station 2000 where the side road enters the project, as in Figure 4-50. If the side road has an ending station of, say, 1196.32 when it intersects your road, then your road continues from that point onward accumulating its additional stationing values and adding them to the 1196.32 from the side road. So your road would end at station 1196.32 plus 1000 remaining after the side road intersects your road for a total ending station of 2196.32. To complicate things just a little further, note that the stationing could be decreasing instead of increasing. If it were, then your road could end at 1196.32. It could also occur that there would be multiple stations on the alignment of the same value depending on how the station equations are applied to the alignment. See Figure 4-51.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 187
Chapter 4
187
Figure 4-50
Figure 4-51
Station equation
In a subdivision corridor, items that reference horizontal alignments are gutters, sidewalks, and lot corners; water, sanitary, and storm sewers; catch basins; and manholes. This conversation is limited for the time being to roadway applications. However, they can be generalized to the other aforementioned project types. The criteria used for the design of horizontal alignments for roadways are represented in terms of number of lanes, design speeds, and minimum curve radii. The minimum radius for curves increases with design speed such that large radius curves are required for high vehicle speeds. Correspondingly, there also tends to be a minimum radius once you go below a certain design speed such as that found in residential subdivisions. A governmental agency, perhaps a DOT, usually specifies horizontal alignment design criteria for highways. For subdivision roads, it may be the countys highway department or the municipality that dictates the design criteria.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 188
188
Chapter 4
can use the Layout toolbar to develop the design with alignment tools custom developed for use in design alignments.
Figure 4-52
3. Right click on the Alignment Styles item and select Edit.... The Information tab allows for naming and optional descriptions. In the name field type a name of Chapter 4Alignments. 4. The Design tab allows you to control the Grip Edit Behavior. This can be enabled or disabled as a toggle, and it controls whether the cursor snaps to a specified increment when grip editing the radius of a curve in the alignment. The Radius Snap Value specifies the curves incrementing radius. Enable the Grip Edit Behavior and set the value to 25. 5. In the Display tab you can set the layers for individual components of the alignment if you choose to. For this example, set the color for Lines to red and the color for Curves to green. 6. Hit Apply and Close.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 189
Chapter 4
189
7. Now click on the Label Styles item, select Stations, and then right click on Major Stations. Select New.... 8. Click on the Information tab, type in the name of our style as Chapter 4Major Stations Label Style. 9. Then in the Layout tab, Figure 4-53, under the Text Property, click in the Value column for Contents. Notice that a button appears on the right side of the field. Click on the button with the ellipsis (...).
Figure 4-53
10. A dialog box called Text Component EditorLabel Text displays. 11. You see the formula in the window to the right. There is a parameter in the formula, P2 for Precision to 2 decimal places. Click in there and delete the entire current formula. 12. In the Modifier column notice the Precision item. Click in the Value column for this modifier. The default is 0.01. Change it to 1. 13. This next step is important. Make sure you click the button with the blue right arrow on it to send the parameter change into the formula window to the right. 14. If you look in the formula, notice that the parameter P is now set to 0. 15. Hit OK. The Preview in the Label Style Composer shows the stationing with no decimal places now. 16. Hit Apply and OK to exit. 17. Repeat this for the Minor Stations and call the label style Chapter 4 Minor Stations Label Style. Repeat steps 8 through 15 for the Minor Label Styles.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 190
190
Chapter 4
This exercise should provide you with the idea of how the settings for alignments work. They are intended to be prebuilt into the Civil 3D product and then take effect on the creation of the alignment. Now that you have gone through these basic examples, note that the dialog boxes for all of the settings work essentially the same way and have the same types of parameters. This is true for the Label Styles for Label Sets; all of the Stationing styles; the styles for lines, curves, spirals, tangent intersections; and Table Styles. The dialog boxes for the Commands section of the Settings were discussed under Parcels, Command Settings.
Figure 4-54
initial alignment style parameters but then the Alignment Layout Tools toolbar displays. The commands available within it are described from the left and are referred to as buttons 1 through 12 in their descriptions below: Button 1: This button has three choices. They are Draw Tangent-
Tangent without Curves, Draw Tangent-Tangent with Curves, and Curve Settings. By using the Tangent-Tangent command, the user can pick a series of points end-to-end in order to draw a fixed alignment in a fashion similar to drawing AutoCAD lines. The choices provide options to insert free curves automatically at each PI. These commands can be effectively used to create quick layouts of an alignment. The lines and curves can be modified by the user, and as the linework is edited it always maintains tangency. Button 2: Insert PI. Button 3: Button 4: Delete PI. Break-Apart PI.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 191
Chapter 4 Button 5:
191
Free lines. This concept is defined by the characteristics inherent within each type of line. These commands have several options tool, including: Draw Fixed Line and Draw More Fixed LinesThese commands allow you to enter a fixed line through two points, or enter a fixed line through two points where the line is tangent to the end of the selected fixed or floating entity. Draw Floating Line and Draw More Floating LinesThese commands allow you to enter floating lines through points that are always tangent to fixed or floating curves, or you can enter a floating line tangent through a point. The lines drawn are always tangent to the end of fixed or floating curves. Draw Free Lines Between Two CurvesAllows you to enter a free line that is always tangent to a Fixed or Floating curve, either before or after the line. Button 6: This button has several options to it including: Draw Fixed Curve and Draw More Fixed CurvesThese commands, in Figure 4-55, allow you to enter a fixed curve using 3 points, or you can
Figure 4-55
enter a fixed curve using the following criteria to define the curves as shown in the figure. The first three commands are performed by specifying two points and some additional criteria. They all achieve a fixed curve through three points. The next command develops a fixed curve tangent to the end of an entity and through a chosen point. This achieves a fixed curve through three points that is also tangent to the end of the entity you selected. Following that is the fixed Curve developed by selecting a center point, providing a radius, and a curve direction, which achieves a fixed circle. The next command allows entering a fixed curve by specifying a center point, a pass-through point, and the curves direction, which achieves a fixed curve that passes through the specified point. The last command enters a fixed curve by specifying a point, the curves direction at the point, and a radius, which achieves a fixed circle with a center point and a radius. Draw Floating Curve and Draw More Floating CurvesThese commands (Figure 4-56) allow you to enter floating curves using a variety of criteria that will be maintained on modification of those curves. The Draw Floating Curve allows you to enter a floating curve that is attached to a fixed or floating line or curve entity, by specifying a radius,
WARDMC04_0131713507
6/23/06
5:11 PM
Page 192
192
Chapter 4
Figure 4-56
NEW
to AutoCAD
2007
a pass-through point, and an angle range. This achieves a floating curve, which is always tangent to the entity to which it is attached. The submenu Draw More Floating Curves is shown in the figure and differs from the Fixed commands in that these entities are not pinned to any specific location in the drawing. These commands are described as follows: Draw Floating CurveAttach to Entity End and specify a passthrough point achieves a floating curve that is always tangent to the entity to which it is attached. Draw Floating CurveAttach to Entity End and specify a radius and length, which achieves a floating curve entity that always starts at the end of the entity to which it is attached. Draw Floating CurveAttach to Entity by specifying a pass-through point and a direction at that point, which achieves a floating curve that remains tangent to the entity to which it was attached. Draw Free Curves and Draw More Floating CurvesThe first command, Draw Free Curves Attached to Two Entities, allows you to enter a free curve that is attached to two objects by specifying a radius and an angle range, which achieves a free curve that remains tangent to the two entities to which it is attached. The command Draw More Floating Curves allows entering a free curve that is attached to two objects by specifying a pass-through point, which achieves a free curve that remains tangent to the entities to which it is attached. These next three button tools were added to 2007. Button 7: Floating Spirals: Floating line with Spiral: (From Curve through point)adds a floating spiral from an entity with a line at its end. Floating line with Spiral: (From Curve end, length)adds a floating spiral from an entity with a line at its end. Button 8: (More) Floating Spirals: Floating curve with Spiral: (From entity end, radius, length)adds a floating spiral from an entity based on the radius and length provided. Floating curve with Spiral: (From entity, radius, through point)adds a floating spiral from an entity based on the radius and a point provided. Free spiralcurvespiral: between two entities. This will prompt to select the incoming and outgoing tangents and then prompt for spiral lengths and a radius for the curve. Button 9: This button allows for a large number of sophisticated spiral geometry commands. These routines are summarized in the commands which follow. Fixed Spiral: develops a spiral with a spiral in length and a curve radius. Free spiral: (between two entities)requests length and radius information and then shows extraordinary graphics in the placement of the object. Free compound Spiral-spiral (between two curves)develops two spirals back to back Free Reverse spiral (between two curves)develops two spirals back to back but in a reverse curve scenario. Free compound Spiral-Line-spiral (between two curves, spiral lengths) develops two spirals back to back
WARDMC04_0131713507
6/23/06
5:11 PM
Page 193
Chapter 4
193
Free Reverse spiral-line-spiral (between two curves, spiral lengths) develops two spirals back to back but in a reverse curve scenario. Free compound Spiral-line-spiral (between two curves, line lengths) develops two spirals back to back Free Reverse spiral-line-spiral (between two curves, line lengths) develops two spirals back to back but in a reverse curve scenario. Button 10: Delete Sub-Entity, eliminates alignment components. Button 11: Pick Sub-Entity, selects an alignment component for
display in the Alignment Layout Parameters dialog box. Use the SubEntity Editor before choosing this command. Button 12: Sub-Entity Editor, displays the Alignment Layout Parameters dialog that allows for the review or editing of attributes of selected alignment components. Button 13: Alignment Grid View, brings up the Panorama view for reviewing the alignment. There is also an Undo and a Redo button for creating and editing Parcel data.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 194
194
Chapter 4
Figure 4-57
Create By Layout
Figure 4-58
Curve Settings...
Do not move the PI so far that the curve cannot be computed and causes it to disappear. Cancel when finished moving the PI. 14. Now go to the Alignments pull-down menu and choose Edit Alignment Geometry.... Select the alignment and the Edit toolbar appears. Choose the command on the right of the toolbar called Alignment Grid View and the Panorama displays. Scroll through the Panorama and notice that the alignment held the radii of 200.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 195
Chapter 4
195
Figure 4-59
3. When asked to Pick a point near PI to insert, use the Midpoint snap and pick the first tangent. It places a new PI at 177.90 and a label appears. 4. Hit <Enter> to leave the editing facility. 5. Now pick the Alignment and notice that grips appear at keypoints on the alignment. 6. There are different types of grips denoted by their shape and include square, triangular and circular grips. The Square grips are on alignment endpoints and allow the entire tangent component to be moved. The curves are the connecting segments and hold their radius as the tangent is relocated. The circular grips identify the curve geometry in the alignment. These can be slid along the tangents to lengthen or shorten the curve. The triangular grips are located at the PIs and can be moved to any other location as needed. When they are moved, they drag the curve along all the while holding the radius of the curves. Refer to Figure 4-60.
Figure 4-60
WARDMC04_0131713507
6/28/06
8:18 PM
Page 196
196
Chapter 4
7. Experiment with moving and relocating these grips. Move the PI grip for the PI you just added and observe how the alignment recomputes and redisplays. 8. Move that PI to a coordinate at or near an X,Y of 14865,18560. 9. Then pick the Alignment, right click, and select Edit Alignment... to redisplay the Layout toolbar. 10. Choose the down arrow on the sixth button from the left in the toolbar. When the menu drops down, select the command Draw Free Curves Attached to Two Entities, Specify Radius. 11. The software responds and asks you to: Select entity before to attach to: Pick the tangent before the PI you just created. 12. Select entity after to attach to: Pick the tangent after the PI you just created. 13. Is curve solution angle [Greaterthan180/Lessthan180] <Lessthan180>: It is, so hit <Enter>. 14. Specify radius in or [curveLen/Tanlen/Chordlen/midOrd/External]: Type 250. 15. Select entity before to attach to: <Enter> to terminate. Refer to Figure 4-61.
Figure 4-61
Specifying a radius
Notice that you now have a new curve in the alignment with a radius of 250.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 197
Chapter 4
197
What you do here for the alignment is add a spiral to the end of the alignment. 1. Pick the Alignment, right click, and select Edit Alignment... and the Edit toolbar appears. 2. Choose the eighth icon from the left called Floating curve with Spiral: (From entity end, radius, length). 3. The following prompts appear; provide the suggested responses shown. 4. Select entity for start point and direction: Use the Endpoint snap and snap to the right end of the alignment. 5. Select spiral type [Compound/Incurve/Outcurve] <Incurve>: Hit <Enter>. 6. Specify curve direction [Clockwise/counterclockwise] <Clockwise>: Hit <Enter>. 7. Specify length: 200 8. Specify radius: 100 9. Select entity for start point and direction: Hit <Enter> to terminate. Observe that a spiral curve has been added to the end of the alignment as expected; refer to Figure 4-62. Notice that the stationing is automatically continued from the previous length of the alignment.
Figure 4-62
When an alignment is being constructed, you may want to know detailed information about any of the components.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 198
198
Chapter 4
2. Pick the Sub-Entity Editor, the fourth icon in the toolbar from the right. Then select the command Pick Sub-Entity, the fifth icon from the right. 3. Select the Spiral Component. 4. A Criteria window is populated with all of the spiral criteria for your inspection. See Figure 4-63.
Figure 4-63
Spiral Criteria
Notice that you can pick any sub-entity to obtain its respective data as well.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 199
Chapter 4 2. 3. 4. 5.
199
Set your current layer to C-Road-Cntr. Turn off the surfaces contour layers on C-Topo-Existing Ground. From the Alignments pull-down menu, select Create By Layout. Select the black down arrow for the fifth icon from the left, and select the command called Fixed Line (Two Points). Enter the following data to construct that line and stay in the Layout toolbar when you are finished creating the line. 6. The prompt responds: Specify start point: 15200,18700 7. Specify next point: @200<30 8. Now select the black down arrow for the sixth icon from the left, and select the command called More Fixed Curves. In the submenu choose the Fixed Curve (Tangent to end of entity, through point). 9. The prompts requests: Select entity for start point and direction: 10. Pick near the end of the line you just drew. 11. The prompt requests: Specify end point: 15900,18800 and notice the curve emerges from the end of the line and is also tangent. The alignment expands with the associated stationing. 12. Once again, stay in the Layout toolbar. 13. Now use a command to add another tangent off of the end of the curve. 14. Select the black down arrow for the fifth icon from the left, and select the command called More Fixed Lines and in the submenu choose the Fixed Line (Two Points, Tangent to end of entity). Enter the following data to construct that line. 15. Select entity for start point and direction: Pick near the end of the curve you just drew. 16. Specify length: 400.
Figure 4-64
17. Notice that a line emerges from the end of the curve that is also tangent to the end of the curve. See Figure 4-64. 18. Hit <Enter> to terminate the routine and leave the Layout toolbar. If at some point you accidentally left the Layout toolbar, no problem. Just select the Alignment, right click, and choose Edit Alignment... to reenter the toolbar.
TIP
Do not pick Create From Layout when attempting to edit an alignment because this creates a New alignment.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 200
200
Chapter 4
True or False
1. True or False: Transparent commands occur without the user knowing about them. 2. True or False: A bearing has two quadrants, North and South. 3. True or False: Intersection tie-in uses two angles from a baseline to locate a position. 4. True or False: Distances along baselines are called stations. 5. True or False: The distance along the station and at a right angle to it is called an offset. 6. True or False: Arcs have a constantly changing radius. 7. True or False: Spirals and parabolas fall into the rectilinear category. 8. True or False: There are two type of arcs and they are defined using the Roadway and Railway methods. 9. True or False: A PI for an arc is an abbreviation of Point of Interest. 10. True or False: A POC for an arc is an abbreviation of Point of Curvature. 11. True or False: Interior angles are measured only in buildings. 12. True or False: An azimuth angle can be measured from North, South, East, or West and cannot exceed 90 degrees. 13. True or False: Constraint-based design allows designers to embed certain parameters into objects that will be retained during modifications.
WARDMC04_0131713507
6/23/06
5:11 PM
Page 201
Chapter 4
201
14. True or False: Free objects must have both incoming and outgoing objects to define them.
15. True or False: Floating objects must have an incoming object to define them correctly.
AND
REVIEW QUESTIONS
1. What is the slope of a line with coordinates of 5000,5000 and 5100,5050? 2. What is the bearing of that same line in Problem 1? 3. What is a slope distance? 4. Describe the term stationing as used in alignment design. 5. How are station/offset values used? 6. Use the Layout toolbar to create fixed, free, and floating lines and fixed, free, and floating curves. Draw two unconnected fixed lines. Then add a floating curve to the two lines and note how it reacts after you leave the Layout toolbar and edit the grips. 7. Use the Layout toolbar to create fixed, free, and floating lines and fixed, free, and floating curves. Draw two unconnected fixed curves. Then add a floating line to the two curves and note how it reacts after you leave the Layout toolbar and edit the grips. 8. Name the parts of the arc shown in Figure 4-65.
Figure 4-65 What What What What What What What What is is is is is is is is 1? 3? 5? 7? 9? 11? 13? 15? What What What What What What What What is is is is is is is is 2? 4? 6? 8? 10? 12? 14? 16?
WARDMC04_0131713507
6/23/06
5:11 PM
Page 202
202
Chapter 4
9. Compute the missing values and the degree of curve for the data below. Use the formulas discussed in the chapter to solve these. Show your work. Curve 1: R 93.55, L XXX.XX, Tan 44.46, Included angle (Delta) 50-50-38, Chord Length 80.32 Curve 1: L _________ Degree of Curve: _________ Curve 2: R 52.10, L 46.01, Tan XX.XX, Included angle (Delta) 50-35-50, Chord Length 44.53 Curve 2: T _________ Degree of Curve: _________ 10. Fill in the missing blanks for the parts of the alignment (i.e., PI, PC, etc.) in Figure 4-66. Note: A spiral, curve, spiral begins at 1486.68.
Figure 4-66 What is 1? _________ What is 4? _________ What is 7? _________ What is 2? _________ What is 5? _________ What is 8? _________ What is 3? _________ What is 6? _________
What is the total length of this alignment? 11. Plot the following alignment into your CAD file. Plot the drawing at a scale of 1 50.
Horizontal Alignment Station and Curve ReportAlignment Desc. Station PI PI Spiral/Curve Data 1000 Length: 102.81 1102.81 Length: 163.49 Delta: 34-22-39 Circular Curve Data PC RP PT 1131.88 Delta: 34-22-39 DOC: 57-17-45 Mid-Ord: 4.47 1071.88 17464.65 17408.17 17501.38 Type: RIGHT Length: 60.00 External: 4.68 14851.13 14933.65 14897.44 Radius: 100.00 Tangent: 30.93 Chord: 59.10 Course: N 51-34-47 E Es: 4.68 Northing 17405.34 17490.18 Easting 14810.53 14868.60
WARDMC04_0131713507
6/23/06
5:11 PM
Page 203
Chapter 4
1264.43 Length: 157.56 Delta: 95-29-35
203
PI
17549.39
15021.00
Course: S 15-44-19 E
Circular Curve Data PC RP PT 1306.88 Delta: 95-29-35 DOC: 76-23-40 Mid-Ord: 24.57 PI 1381.88 1181.88 17519.49 17449.58 17469.92 Type: RIGHT Length: 125.00 External: 36.54 17397.74 14944.04 14971.20 15043.39 Radius: 75.00 Tangent: 82.56 Chord: 111.03 15063.74 Course: S 63-29-06 E Es: 36.54
WARDMC04_0131713507
6/23/06
5:11 PM
Page 204