<div dir="ltr">Dear Qgis people,<div><br></div><div>I am trying to convert a script from PyQGIS 2 to PyQGIS 3</div><div><br></div><div>In the original script, the author used processing.runalgorithm("saga:triangulation", parameters). Now, I am trying to use it as same as possible with PyQGIS3 but I am not finding anything similar:</div><div><ol><li>I am using processing.run instead of processing.runalgorithm</li><li>I am aware that there is no SAGA API for Python 3</li><li> The objective of the code is change as less as possible. That's why I am not looking for other solutions (except if you tell me there is no similar solution, of course)</li></ol><div>Maybe someone knows what can I do in this case?</div></div><div><br></div><div><br></div><div><br></div><div>Thank you all in advance for your time reading my problems!</div><div><br></div><div>Regards,</div></div>