mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-10 00:05:25 -04:00
29 lines
315 B
ReStructuredText
29 lines
315 B
ReStructuredText
FIT N POINTS TO SHAPE
|
|
=====================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Shapes[Vector]``:
|
|
- ``Number of points[Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Points[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:fitnpointstoshape', shapes, numpoints, points)
|