mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
29 lines
388 B
ReStructuredText
29 lines
388 B
ReStructuredText
DENSIFY GEOMETRIES GIVEN AN INTERVAL
|
|
====================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Vector]``:
|
|
- ``Interval between Vertices to add[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Densified layer[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:densifygeometriesgivenaninterval', input, interval, output)
|