Skip to main content

Note: All drawings used in these tutorials are available in the Tutorials Drawings folder. If you want to save your work from these tutorials, save the drawings to the My Tutorial Data folder so that you do not overwrite the original drawings.

Introduction

In this exercise, you will use a data clip boundary to restrict the quantity of points that is referenced by a surface.

Points that are in the point file, but outside the specified data clip boundary, will be ignored when the surface is built and during any subsequent surface editing operations.

Process

Add a data clip boundary to a surface

  1. Open Surface-2.dwg, which is located in the tutorials drawings folder.
  2. In Toolspace, on the Prospector tab, expand the Surfaces collection. Expand the EG surface.
    The EG surface is currently empty. In the following steps, you will use the red polyline in the drawing to create a Data Clip boundary, which will restrict imported surface data to the extents of the boundary. Then, you will import a relatively dense LIDAR point file and examine the results.
  3. Expand the EG surface Definition collection. Right-click Boundaries. Click Add.
  4. In the Add Boundaries dialog box, specify the following parameters:
    1. Name: Site
    2. Type: Data Clip
    3. Mid-Ordinate Distance: 1.000’
  5. Click OK.
  6. In the drawing window, click the red polyline.The polyline is added to the EG surface definition as a boundary. The presence of a boundary in the surface definition is indicated by the marker next to the Boundaries item on the Prospector tab. When the Boundaries collection is selected, the boundaries that have been added to the surface appear in the Prospector list view.In the following steps, you will add a relatively dense LIDAR point file to the surface definition. The point file will be added only within the extents of the data clip boundary that you just added.

Import surface data from a point file

  1. Expand the EG surface Definition collection. Right-click Point Files. Click Add.
  2. In the Add Point File dialog box, under Selected Files, click .
  3. In the Select Source File dialog box, ensure that the Files Of Type field is set to (*.csv).
  4. Navigate to the tutorial folder. Select LIDAR_ENZ (comma delimited).csv. Click Open.
  5. In the Format list, select ENZ (Comma Delimited).
  6. In the Add Point File dialog box, clear both the Do Elevation Adjustment If Possible and Do Coordinate Transformation If Possible check boxes. Click OK.
    The point data is added to the drawing.A reference to the point file is added to the EG surface definition. The presence of point data in the surface definition is indicated by the marker next to the Point Files item on the Prospector tab.
  7. Zoom in to the lower right corner of the surface.
    Notice that only points that are inside the data clip boundary have been imported, and that a green border was created from the imported data.The border is outside the red data clip boundary in some areas, and inside the data clip boundary in other areas. This happened because points in the point file that are outside the data clip boundary were excluded during the import operation. The green border is formed by the points at the outermost extents of the points that were imported.

Surface with points imported within a data clip boundary (left) and detail of the surface (right)

  1. On the command line, enter ZE to zoom to the extents of the drawing.

Restrict the surface data to a smaller area

  1. Click Home tab Layers panel Layer drop-down. Next to the C-TOPO-BNDY-CORR layer, click .
    This layer contains an orange polyline that you will use to create a second data clip boundary.
  2. Expand the EG surface Definition collection. Right-click Boundaries. Click Add.
  3. In the Add Boundaries dialog box, specify the following parameters:
    1. Name: Corridor
    2. Type: Data Clip
    3. Mid-Ordinate Distance: 1.000’
  4. Click OK.
  5. In the drawing window, click the orange polyline.The polyline is added to the EG surface definition as a boundary, but the point data did not change. Data clip boundaries only affect surface editing operations that are performed after the data clip boundary has been added. Because the points were added to the surface before the Corridor boundary, the boundary currently does not affect the point data.In the following steps, you will rearrange the surface definition operations so that the points will be restricted to the extents of the new Corridor data clip boundary.
  6. In Toolspace, on the Prospector tab, right-click the EG surface. Click Surface Properties.
  7. In the Surface Properties dialog box, on the Definition tab, in the Operation Type column, examine the order of the operations.
    The operations you performed in this exercise are listed in the order in which they were performed. The Site data clip boundary was added first, and it affects the operations that follow it. The Corridor data clip boundary was added last, so it currently does not affect any other operations.
  8. Select the last Add Boundary operation in the list. Click to move the Add Boundary operation to the top of the list.
  9. Select the other Add Boundary operation. Click to move the Add Boundary operation to the bottom of the list.
  10. Click OK.
  11. In the Surface Properties – Rebuild Surface dialog box, click Rebuild the Surface.
    When the surface rebuilds, the points outside the orange Corridor data clip boundary are excluded from the surface.


Surface with Corridor data clip boundary applied

Further exploration: Rearrange the surface definition operations and observe the results. Before you continue to the next exercise, make sure that the Operation Type table is in the following order:

  • Add Boundary: Corridor
  • Import Point File
  • Add Boundary: Site

Creative Commons License

Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.