ET GeoWizards Toolbox
Esri TIN To PolygonZ
(Go to the main page of the
function)
Converts an ESRI TIN to PolygonZ feature class. Calculates several characteristics for each triangle.
Command line syntax
ET_GPEsriTINToPolygonZ <input_TIN> <out_feature_class> <Light_Azimuth><Light_Altitude>
Parameters
Expression | Explanation |
---|---|
<input_TIN> | A TIN layer or dataset |
<out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
{Light_Azimuth} | A Double representing the azimuth angle of the light source. The azimuth is expressed in positive degrees from 0 to 360, measured clockwise from the north. The default is 315 degrees. |
{Light_Altitude} | A Double representing the altitude angle of the light source above the horizon. The altitude is expressed in positive degrees, with 0 degrees at the horizon and 90 degrees directly overhead. The default is 45 degrees. |
Scripting syntax
ET_GPEsriTINToPolygonZ (input_TIN out_feature_class Light_Azimuth Light_Altitude)
See the explanations above:
<> - required parameter
{} - optional parameter