mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
9 lines
509 B
Plaintext
9 lines
509 B
Plaintext
v.voronoi
|
|
Creates a Voronoi diagram from an input vector layer containing points.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|input|Input points layer|0|None|False
|
|
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
|
|
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
|
|
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
|
|
QgsProcessingParameterVectorDestination|output|Voronoi
|