Exercise V7: Creating 3D Breaklines from Topo Maps

In this exercise, you follow along a path defined by vector, stopping along the way to enter elevations.

The 3D polyline follower differs from other followers in that it does not attempt to digitize existing raster. The decision points for this follower can be either vertices in the path or raster impact points. At each decision point, elevation information is requested. You can do this in three ways:

Related Exercises

Exercise

  1. In the \Tutorial6 folder, open the drawing file VTools_07.dwg.

    Access the Raster Design Options dialog box

  2. To display the Raster Design Options dialog box, click RasterOptions.
  3. Click the VTools Follower tab. In the 3D Polyline Settings area, change the Elevation Interval to 20; ensure that the options Use Raster Impact Points Only and Ignore Raster Speckles are both cleared.

    These settings control how the new vector line is created and the default elevations used when raster contours are encountered. All vertices and raster impact points along the existing vector polyline will be used for the new 3D breakline.

  4. Click OK to exit the Raster Design Options dialog box.

    Create a 3D breakline

  5. To create a breakline of the stream bed, click Raster menu Vectorization Tools3D Polyline Follower.
  6. Enter v (Vector) to use the existing vector 2D polyline.
  7. Select the existing polyline near the right end.

    The cursor is positioned at the right end of the polyline, waiting for you to specify an elevation.

  8. Enter 7155 for the first elevation. The cursor moves to the next vertex of the polyline.
  9. Enter i (Interpolate) to interpolate the elevation of the polyline vertex.
  10. Enter 7160 to set the elevation for the next point, near the intersection with the raster contour.
  11. For the rest of the vertices except the last endpoint, use i to interpolate elevations where there is no raster data, and press Enter to accept the elevation calculated by the program where raster and vector intersect.

    Watch the command line to see the elevations being used by the routine. If the elevation is zero, it is a polyline vertex and you should use the interpolation option to calculate an elevation for that point. If there is an elevation displayed at the command line, the point is an intersection between raster and vector and the program is using the interval set in the options to determine the elevation at that point. You can enter known elevations at any time.

  12. When you reach the end of the polyline, enter 7342 to specify the elevation at the end of the breakline.

    There is a new 3D polyline drawn on the current layer. If you list this polyline, you can see that each vertex has an elevation. Several of the vertices have interpolated elevations, while the rest are even elevations where the raster contours intersect the original polyline path.

  13. Select the 3D polyline and enter the LIST command.

    The system displays the coordinates of each vertex, with elevations shown as Z values.

  14. Close the drawing without saving changes.