SAGA-GIS Tool Library Documentation (v7.2.0)

Tool TIN to Shapes

Converts a TIN data set to shapes layers.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTINTIN (input)TIN--
OutputPoints (*)Shapes (optional output)POINTS--
Center of Triangles (*)Shapes (optional output)CENTER--
Edges (*)Shapes (optional output)EDGES--
Triangles (*)Shapes (optional output)TRIANGLES--
Polygons (*)Shapes (optional output)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 (optional output)
  -CENTER:<str>   	Center of Triangles
	Shapes (optional output)
  -EDGES:<str>    	Edges
	Shapes (optional output)
  -TRIANGLES:<str>	Triangles
	Shapes (optional output)
  -POLYGONS:<str> 	Polygons
	Shapes (optional output)