Tool TIN to Shapes
Converts a TIN data set to shapes layers.
- Author: O.Conrad (c) 2004
 
- Menu: TIN|Conversion
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | TIN | TIN, input | TIN | - | - | 
| Output | Points (*) | shapes, output, optional | POINTS | - | - | 
 | Center of Triangles (*) | shapes, output, optional | CENTER | - | - | 
 | Edges (*) | shapes, output, optional | EDGES | - | - | 
 | Triangles (*) | shapes, output, optional | TRIANGLES | - | - | 
 | Polygons (*) | shapes, output, optional | POLYGONS | - | - | 
| (*) optional | 
Command-line
Usage: saga_cmd tin_tools 3 [-TIN <str>] [-POINTS <str>] [-CENTER <str>] [-EDGES <str>] [-TRIANGLES <str>] [-POLYGONS <str>]
  -TIN:<str>      	TIN
	TIN, input
  -POINTS:<str>   	Points
	shapes, output, optional
  -CENTER:<str>   	Center of Triangles
	shapes, output, optional
  -EDGES:<str>    	Edges
	shapes, output, optional
  -TRIANGLES:<str>	Triangles
	shapes, output, optional
  -POLYGONS:<str> 	Polygons
	shapes, output, optional