Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

37 lines
513 B
ReStructuredText

CONVEX HULL
===========
Description
-----------
Parameters
----------
- ``Points[Vector]``:
- ``Hull Construction[Selection]``:
Outputs
-------
- ``Convex Hull[Vector]``:
- ``Minimum Bounding Box[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:convexhull', shapes, polypoints, hulls, boxes)
Available options for selection parameters:
polypoints(Hull Construction)
0 - [0] one hull for all shapes
1 - [1] one hull per shape
2 - [2] one hull per shape part