Creates a vector triangular irregular network (TIN) for a set of vector points.
construct_vector_tin(input, output, field = NULL, use_z = FALSE,
verbose_mode = FALSE)
Input vector points file.
Output vector polygon file.
Input field name in attribute table.
Use the 'z' dimension of the Shapefile's geometry instead of an attribute field?.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.