QGIS API Documentation  3.26.3-Buenos Aires (65e4edfdad)
Classes
qgsmeshadvancedediting.h File Reference
#include "qgis_core.h"
#include "qgstopologicalmesh.h"
#include "qgstriangularmesh.h"
Include dependency graph for qgsmeshadvancedediting.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsMeshAdvancedEditing
 Abstract class that can be derived to implement advanced editing on mesh. More...
 
class  QgsMeshEditRefineFaces
 Class that can do a refinement of faces of a mesh. This refinement is operated only on faces with 3 or 4 vertices (triangles or quads) by adding a vertex on the middle of each refined face. For quad faces, a vertex is added on the centroid of the original face. New vertices Z value are interpolated between original vertices. Original triangle faces are replaced by four triangles, and original quad faces are replaced by four quads. Neighboring faces are triangulated to take account of the new vertex in the shared edge. More...
 
class  QgsMeshTransformVerticesByExpression
 Class that can transform vertices of a mesh by expression. More...