4.9 procedural mesh

Hello,
I wonder (probably stupid question) why there is no triangles update possible in Update Mesh Section function?

With Update Mesh Section, you can only update the vertex data, like positions or normals, but you cannot change the topology of the mesh. If you have to change the triangles, then use the Create Mesh Section function (it is slower though).