Disponible con una licencia de 3D Analyst.
Resumen
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.
Ilustración
Uso
Aspect is expressed in degrees.
Sintaxis
TinAspect_3d (in_tin, out_feature_class, {class_breaks_table}, {aspect_field})
Parámetro | Explicación | Tipo de datos |
in_tin | The input TIN. | Tin Layer |
out_feature_class | The output feature class. | Feature Class |
class_breaks_table (Opcional) | An input table containing the classification breaks that will be used to classify the output feature class. | Table |
aspect_field (Opcional) | The field containing aspect values. | String |
Muestra de código
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")
Entornos
Información sobre licencias
- ArcGIS Desktop Basic: Requiere 3D Analyst
- ArcGIS Desktop Standard: Requiere 3D Analyst
- ArcGIS Desktop Advanced: Requiere 3D Analyst