With our tour of the AutoCAD® Civil 3D® software user interface and our study of its capabilities behind us, it’s now time to do what we came here to do: Use Civil 3D to complete a land-development project. To begin to understand the task ahead, let’s imagine land development as creating a sculpture, but on a very large scale. If sculptors were to create works of art from wood, they would probably begin by studying the original piece of wood, assessing its dimensions, shape, and surface features. These elements would all factor into how the sculptors would approach their work. A sculptor with some computer savvy might even model the original piece of wood on a computer and plan out each cut of material.
In this chapter, we are going to explore the first activities that are performed during a land-development project: the measurement, mapping, and modeling of the land in its existing form. To plan out how the land will be reshaped, you must first understand how it’s shaped right now. This is analogous to the sculptor’s measurement and assessment of their medium. The measurement and mapping of land is known as surveying, and the data that is collected during the process is known as survey data.
In this chapter, you’ll learn to
Think back to the last time you played connect-the-dots to draw a picture. Ever wonder who made the dots and how they were made? I’m no expert, but I’m guessing someone took the original picture, laid a piece of tracing paper over it, and made dots along the edges of key features in the picture. Someone skilled at this would make just enough dots to define the features but not so many as to make them confusing or wasteful. The dots are a way of capturing an image and transferring it to another location.
In land development, the land is the picture and the surveyor is the one who makes the dots—referred to as points. Obviously, tracing paper can’t be used, so the surveyor lays an imaginary grid over the land (a coordinate system) and creates the points as information by recording their coordinates on this grid paper. The tools the surveyor uses are extremely accurate and are capable of capturing the location of each point within a tolerance of about 1/8 of an inch (3 mm). Something different about the surveyor’s “dots” is that their location is recorded in all three dimensions. This enables a technician to play connect-the-dots in 3D to create a 3D model in addition to a 2D map of the features of the land. Another difference is that a surveyor’s dots have description codes next to them instead of just numbers. A description code identifies the type of feature that a dot, or point, is intended to represent (see Figure 3-1).
Figure 3-1: Survey points shown as dots, giving a sense of how they are used to create mapping
If you’re thinking that it takes a lot of points to capture several acres of land, you’re absolutely right. How can you keep track of all those points? How can they be easily turned into a 3D model of the land? Is there some way of automating the connect-the-dots process? Civil 3D has the answers to these questions, and in this chapter, you’ll learn how you can use Civil 3D to transform raw field points into maps and 3D models of the land.
In Chapter 2, “Leveraging a Dynamic Environment,” you learned about the importance of relationships in Civil 3D and saw firsthand how Civil 3D makes use of interactions between different object types. When you’re dealing with survey data, these relationships are managed in a survey database. The raw data is linked with the screen representation of the points in the survey database, which is linked with the linework generated by connecting those points, and so on. The survey database is unique in Civil 3D in that it’s stored outside the drawing file.
In this exercise, you’ll create a survey database.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Chapter 03
class data folder and open Essentials.dwt
.
Chapter 03
class data folder, and click OK.
Essentials
as the new database name, and click OK.Essentials
database is now shown on the Survey tab. Note the components of the survey database, such as Import Events, Networks, Figures, and Survey Points (see Figure 3-2). The survey database establishes and manages relationships between these different components.There is no “Complete” drawing for this exercise because you did not modify a drawing file. You did create a new survey database, but it’s currently empty. In the next exercise, you’ll use the Essentials 1
survey database, which has already been created for you.
Figure 3-2: The Essentials
survey database shown in Prospector after the completion of step 7
After creating a survey database to receive the data, the next step is to transfer the raw data into Civil 3D so the analysis and mapping can begin. There are several ways to accomplish this, but in this chapter you’re going to do it the way a surveyor would do it. The process of importing data requires some important questions to be answered. For your first try, however, you’re going to accept all the defaults and see what happens.
In this exercise, you’ll import survey data into a survey database and into a drawing.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Import Survey Data.dwg
located in the Chapter 03
class data folder.Essentials 1
survey database, and click Next.
Chapter 03
class data folder.
Topo Survey.txt
, and click Open.
Figure 3-3: So far, importing data shows only a bunch of relatively meaningless x markers in the drawing.
You can view the results of successfully completing this exercise by opening Import Survey Data - Complete.dwg
. The survey database named Essentials 2
is provided for the next exercise and matches what you should have at the end of this exercise. It contains the same points you just imported.
The term field-to-finish refers to the process of transforming raw survey field data into a finished drawing. Before computers, the point data collected in the field was plotted on paper by hand, and draftspeople skillfully connected the dots and employed other methods to create the desired topographic map. The process was manual in the truest sense of the word. Next came the first CAD programs, in which points could be plotted on a computer screen and the dots connected using primitive entities such as lines, arcs, polylines, and blocks. This is what many would now refer to as a “manual” process.
As you might guess, the process of making a drawing out of point data is quite tedious and presents an opportunity for automation. Imagine using the result from the steps in the previous section (see Figure 3-3) to create a map of the land. With no information accompanying the points, it would be nearly impossible. In the following sections, you’ll see how to use several Civil 3D features to automate this process, resulting in a drawing that is 80 to 90 percent complete immediately after you import the raw field data. However, as is usually the case, the more automation you want, the more setup you’re required to perform. Automation is another way of saying that you’re going to make a bunch of decisions ahead of time and ask the computer to carry out those decisions when needed.
The following Civil 3D features enable you to convert raw field data into drawing information.
To create linear features using connected points, someone has to tell those features when to start, when to end, when to draw curves, when to draw straight lines, and so on. In other words, it can be a bit more complicated than “Draw a line from point 1 to point 2.” Field crews use codes to carry out these geometric instructions. For example, they might include the string BEG when locating the first point on a fence line, which means to begin a new feature at that point. The linework code set correlates these field codes with instructions that control the generation of linework in the drawing. This is the way of telling Civil 3D that BEG means “begin drawing here,” BCV means “begin curve here,” and so on. Another way to think of a linework code set is as a translator between field language and Civil 3D language.
In this exercise, you’ll assign a linework code set to your drawing and apply it to points that have been imported.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Linework Code Set.dwg
located in the Chapter 03
class data folder.Essentials 2
survey database are not visible, right-click Essentials 2
and select Open For Edit.
Topo Survey.txt
, and select Properties.
Chapter 03
class data folder, and click OK. Click OK to dismiss the Survey User Settings dialog box.Topo Survey.txt
and select Process Linework.You can view the results of successfully completing this exercise by opening Linework Code Set - Complete.dwg
. The survey database named Essentials 3
is provided for the next exercise and matches what you should have at the end of this exercise.
Not all points are meant to be connected with other points. Some represent stand-alone features such as power poles, manholes, or trees. These types of features are typically represented with a symbol that either resembles their true form or uniquely identifies them. With the Point Styles feature, a symbol can be used to mark a point, meaning the likeness of a power pole, manhole, or tree can be used instead of an x or a dot.
For some points, you might want labeling to be included automatically. For example, you may want trees to be labeled with their common names or manholes to be labeled with their top elevations. When the annotation is very uniform, Point Label Styles can be employed to provide the desired labels automatically.
As discussed, it takes a lot of points to capture several acres of land effectively. To make things even more challenging, field crews often use abbreviated versions of descriptions to represent points, such as EP for edge of pavement, CLRD for centerline of road, and so on. The result is hundreds or even thousands of points all clumped together and labeled with cryptic abbreviated descriptions.
Description keys solve this problem by automatically sorting the points onto the appropriate layers, rewriting the abbreviated descriptions to full-length descriptions, and automatically applying point styles to control the appearance of the points. For example, a description key takes a point coded as PP, places it on the utility layer, displays it as a power pole, and rewrites the description to say POWER POLE. Imagine the time saved when this is done automatically for 10,000 points.
In this exercise, you’ll configure a description key for the tree points in your drawing. You’ll apply the description key and observe the automation that it enables.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Description Keys.dwg
located in the Chapter 03
class data folder.$1″ $2
($1mm $2
).You can view the results of successfully completing this exercise by opening Description Keys - Complete.dwg
. No change was made to the survey database during this exercise.
As discussed, the linework code set handles how field codes are translated into linework commands, but what happens to those features once they are drawn? What layer are they drawn on? Do they have any special purpose such as a property line or breakline? The figure prefix database is the means by which these decisions can be made up front for specific codes. For example, any feature drawn through points coded EP (edge of pavement) will be drawn on the pavement layer and tagged as a key component for establishing a hard edge in the 3D model of the terrain, also known as a breakline.
In this exercise, you’ll assign a figure prefix database to your drawing and apply its settings to the linework in your drawing.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Figure Prefix Database.dwg
located in the Chapter 03
class data folder.Chapter 03
class data folder, and then click OK.Essentials 3
survey database are not visible, right-click Essentials 3
and select Open For Edit.
Topo Survey.txt
, and select Process Linework.Figure 3-4: The appearance of the drawing makes more sense now that features such as fence lines and treelines have been drawn on the appropriate layers.
You can view the results of successfully completing this exercise by opening Figure Prefix Database - Complete.dwg
. The survey database named Essentials 4
is provided for the next exercise and matches what you should have at the end of this exercise.
Point groups are another way of managing large amounts of point data. This feature enables you to sort points based on a number of factors, such as description, elevation, point number, and manual selection. You can set up point groups ahead of time so that points can be automatically sorted into groups as they are imported into the drawing. You can also create new point groups on the fly to sort points as you go.
Once points have been grouped, you can use them to study and manipulate multiple points at once. The groups are listed in Prospector, and you can view the points contained in each group simply by clicking the group name and viewing the contents of the point group in the item view at the bottom (see Figure 3-5). In addition, many point-editing commands allow you to select points by group, enabling you to modify large numbers of points at once.
Figure 3-5: The contents of a specific point group shown in the item view of Prospector
Point groups also enable you to assign default point styles and label styles to points within the group. With this capability, you can make points in a certain group take on specific graphical characteristics by controlling the point style and point label style.
In this exercise, you’ll configure several point groups and use them to organize points in your drawing as well as control their appearance.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Point Groups.dwg
located in the Chapter 03
class data folder.Chapter 03
class data folder. Enter Road Points
as the name of the file, and click Open. Then click OK to dismiss the Export Points dialog box.
You can view the results of successfully completing this exercise by opening Description Keys - Complete.dwg
. The survey database was not changed as a result of this exercise.
As discussed, it takes many points to survey a piece of land—that’s hundreds or even thousands of individual measurements and hand-typed field codes. On nearly every project, there will be items that require editing. Once the data has been imported into Civil 3D, the field crew is off to its next job, and the task of fixing things up belongs to you.
For several reasons, editing survey points is a bit different from editing “regular” points, properly referred to as COGO points. One reason is that survey points are considered “sacred” and are not typically moved or modified in any way without considerable thought and/or the supervision of a surveyor. The second reason, related to the first, is that Civil 3D uses a separate survey database system to store points. The points in the drawing are essentially locked and can’t be changed unless the information in the survey database changes. With this system, a surveyor can send out the drawing file without sharing the survey database that goes with it. When the points in the drawing are separated from the survey database, they become locked and can’t be easily modified. In this way, the survey database gives control of the points to the person who created them.
In this exercise, you’ll edit a survey point to correct a field coding error. You’ll demonstrate that access to the survey database is necessary for editing survey points.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Edit Survey Points.dwg
located in the Chapter 03
class data folder. If a survey database is open, right-click it and select Close Survey Database.Figure 3-6: An error has caused this point to display incorrectly.
Essentials 4
survey database on the Survey tab, and select Open For Edit.
You can view the results of successfully completing this exercise by opening Edit Survey Points - Complete.dwg
. The survey database named Essentials 5
is provided for the next exercise and matches what you should have at the end of this exercise.
Mistakes in the field can lead to errors in the way linework is drawn. Once again, the changes need to be made a certain way because you’re dealing with special survey objects, this time survey figures. Survey figures are linked to the survey database but unlike survey points, they can be edited without accessing the survey database. If you edit survey figures in this way, you need to be aware that the objects you've edited are no longer in sync with the survey database. When this occurs you should take steps to keep them in sync to ensure that the correct data is used in the future.
In this exercise, you’ll edit several survey figures to correct errors that took place due to incorrect translation from the field to the drawing.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction. Then, follow these steps:
Edit Survey Figures.dwg
located in the Chapter 03
class data folder.
Essentials 5
survey database are not visible, right-click Essentials 5
and select Open For Edit.
BLD2
as the figure name, and click OK.Figure 3-7: The result of editing the building figures
You can view the results of successfully completing this exercise by opening Edit Survey Figures - Complete.dwg
. The survey database named Essentials 6
is provided for the next exercise and matches what you should have at the end of this exercise.
You may occasionally need to create your own points to establish key locations in the drawing. For example, early in the design, you may want to show specific locations for proposed test borings or property corners that need to be found. Another example is that you may have a point file that you would like to import into the drawing without including it in a survey database. Civil 3D has a multitude of tools designed to create points easily and efficiently. They are found on a special toolbar that opens when you click the Point Creation Tools command on the Home tab of the ribbon.
In many ways, the points you create using these tools are treated in the same manner as those created by importing survey data. They can be placed in point groups and can respond to description keys. They can also be affected by point styles and point label styles. There are differences, however, between these points and those created by importing survey data. For example, Civil 3D can’t automatically generate linework by importing points in this manner. Also, these points don’t have the protection of the survey database, allowing them to be edited by anyone who opens the drawing. Regardless of how they are created, all points can be exported to a file that can be uploaded to a portable device and taken to the field to be staked out.
In this exercise, you’ll begin by importing points that represent property corners that were found on the site. Then you’ll create stake-out points to assist field crews in locating several missing property corners. You’ll also create points along the proposed road centerlines. These points will represent the locations of soil-test borings to be performed on the site.
If you haven’t already done so, go to the book’s web page at www.sybex.com/go/civil3d2015essentials and download the files for Chapter 3. Unzip the files to the correct location on your hard drive according to the instructions in the introduction.
Stake Out.dwg
located in the Chapter 03
class data folder. This drawing contains a calculated property boundary reconstructed from a deed or other source of information. It also contains a preliminary layout of the road centerlines that will be used to determine soil-test boring locations. You’ll begin by inserting points into the drawing that represent property corners located in the field.
Chapter 03
class data folder.Found Corners.txt
, and click Open.This applies the default styles from the point group to the newly imported points. Found corners appear with red markers and text. Notice that two points are missing along the south property boundary as well as one point on the east property boundary and one at the northwest corner (four points in all). Finding and locating these corners in the field will greatly improve the accuracy and validity of the property survey.
These points display in blue.
Chapter 03
class data folder. Specify a filename of Corners to be Found.txt
.
Test Borings.txt
point file.
You can view the results of successfully completing this exercise by opening Stake Out - Complete.dwg
. There was no change to the survey database as a result of this exercise.