v.voronoi.skeleton.txt 870 B

1234567891011
  1. v.voronoi
  2. v.voronoi.skeleton - Creates a Voronoi diagram for polygons or compute the center line/skeleton of polygons.
  3. Vector (v.*)
  4. QgsProcessingParameterFeatureSource|input|Input polygons layer|2|None|False
  5. QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
  6. QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
  7. *QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
  8. *QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|True
  9. *QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
  10. *QgsProcessingParameterBoolean|-t|Do not create attribute table|False
  11. QgsProcessingParameterVectorDestination|output|Voronoi