Re: [QGIS-Developer] QgsMeshLayer object has no attribute triangularMesh

2020-06-30 Thread Vincent Cloarec
Hi, The triangular mesh of mesh layer is not accessible from the python API, only from the C++ API. So for now, not possible to access directly to the triangular mesh from Python. It is possible to acces ro the native from the provider, but it will not be in the map coordinates if different

[QGIS-Developer] QgsMeshLayer object has no attribute triangularMesh

2020-06-30 Thread Jorge Almerio
Hi devs, I still can not get the triangular mesh from a Mesh Layer using Qgis version 3.14.0-Pi. The triangularMesh() attribute is present in the API documentation https://qgis.org/api/classQgsMeshLayer.html#ae5d4ae367cfbd2abf6920d26701f014 3. But I get an Error: AttributeError: