mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
8 lines
431 B
Plaintext
8 lines
431 B
Plaintext
v.delaunay
|
|
Creates a Delaunay triangulation from an input vector map containing points or centroids.
|
|
Vector (v.*)
|
|
QgsProcessingParameterVectorLayer|input|Input vector layer|0|None|False
|
|
QgsProcessingParameterBoolean|-r|Use only points in current region|False|False
|
|
QgsProcessingParameterBoolean|-l|Output triangulation as a graph (lines), not areas|False|False
|
|
QgsProcessingParameterVectorDestination|output|Delaunay triangulation
|