ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

TIN Aspect

Available with 3D Analyst license.

  • Summary
  • Illustration
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Extracts aspect information from an input TIN into an output feature class.

Produces a polygon feature class whose polygons are categorized by the input TIN's triangle aspect values.

Legacy:

This is a deprecated tool. To learn more about how this tool works click here to view archived documentation. This functionality has been added to the Surface Aspect tool.

Illustration

TIN Aspect illustration

Usage

  • Aspect is expressed in degrees.

Syntax

TinAspect_3d (in_tin, out_feature_class, {class_breaks_table}, {aspect_field})
ParameterExplanationData Type
in_tin

The input TIN.

Tin Layer
out_feature_class

The output feature class.

Feature Class
class_breaks_table
(Optional)

An input table containing the classification breaks that will be used to classify the output feature class.

Table
aspect_field
(Optional)

The field containing aspect values.

String

Code sample

TIN Aspect Example (Python window)

The following Python Window script demonstrates how to use the TIN Aspectfunction in immediate mode.

import arcgisscripting
gp = arcgisscripting.create()

gp.CheckOutExtension("3D")
gp.workspace = "C:/data"
gp.TinAspect_3d("tin", "aspect.shp")

Environments

  • Current Workspace
  • Output XY Domain
  • Output Coordinate System
  • Extent
  • Scratch Workspace
  • XY Resolution
  • XY Tolerance

Licensing information

  • ArcGIS for Desktop Basic: Requires 3D Analyst
  • ArcGIS for Desktop Standard: Requires 3D Analyst
  • ArcGIS for Desktop Advanced: Requires 3D Analyst

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal