Feature request #19661
Class Triangulation for python
| Status: | Open | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | - | ||
| Category: | Python bindings / sipify | ||
| Pull Request or Patch supplied: | No | Resolution: | |
| Easy fix?: | No | Copied to github as #: | 27486 |
Description
The classes Triangulation and DualEdgeTriangulation are currently «Not available in Python bindings».
Will they be available in a future release of QGIS?
In python it's possible to build Delaunay triangles with QgsGeometry.delaunayTriangulation(), but then I need to find for each point in which triangle it is, as does the Triangulation.getTriangle() function. Thanks.