Summary
In ArcGIS Pro, a triangular irregular network (TIN) layer can be exported to a CAD file using the Export to CAD tool. This method allows designers to create 3D models of real-world objects for 3D analysis, for example, cut and fill operations. This article involves converting a TIN layer to contour lines to preserve elevation values. These contour lines are then used as the input feature for the Export to CAD tool, as shown in the image below.
Procedure
- Open the project in ArcGIS Pro.
- Click the Analysis tab, and click Tools to open the Geoprocessing pane.
- Convert the TIN layer to raster format using the TIN To Raster tool.
Note:
The TIN To Raster tool requires a 3D Analyst license.
- In the Geoprocessing pane, search for and open TIN To Raster (3D Analyst Tools).
- In the TIN To Raster pane, for Input TIN, select the TIN layer from the drop-down list.
- For Output Raster, click Browse and specify a location and name for the output raster.
- Click Run.
- Create contour lines from the raster layer using the Contour tool.
Note:
The Contour tool requires a Spatial Analyst or 3D Analyst license.
- In the Geoprocessing pane, search for and open Contour (3D Analyst Tools).
- In the Contour pane, for Input raster, select the raster layer from the drop-down list.
- For Output feature class, click Browse and specify a location and name for the output feature class.
- For Contour interval, specify the interval or distance between contour lines.
- Click Run.
- Add surface elevation information to the attribute table of the contour feature layer using the Add Surface Information tool.
Note:
The Add Surface Information tool requires a 3D Analyst license.
- In the Geoprocessing pane, search for and open Add Surface Information (3D Analyst Tools).
- In the Add Surface Information pane, for Input Features, select the contour feature layer from the drop-down list.
- For Input Surface, select the TIN layer from the drop-down list.
- For Output Property, check the preferred surface elevation property check box. Refer to ArcGIS Pro: Parameters for more information.
- Click Run.
- Export the contour feature layer to a CAD file using the Export to CAD tool.
- In the Geoprocessing pane, search for and open Export to CAD (Conversion Tools).
- In the Export to CAD pane, for Input Features, select the contour feature layer from the drop-down list.
- For Output Type, select the CAD platform and file version from the drop-down list.
- For Output File, click Browse and specify a location and name for the output CAD file.
- Click Run.
The Catalog pane below shows the exported CAD file from the contour feature layer.