Skip to content

Commit

Permalink
sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Dec 23, 2024
1 parent 564fcfe commit be13eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/PyQt6/core/auto_generated/mesh/qgsmesheditor.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,10 @@ Returns the count of valid vertices, that is non void vertices in the mesh
Returns the maximum count of vertices per face that the mesh can support
%End

void addVertexWithDelaunayRefinement( const QgsMeshVertex vertex, const double tolerance );
void addVertexWithDelaunayRefinement( const QgsMeshVertex &vertex, const double tolerance );
%Docstring
Add a vertex in a face with Delaunay refinement of neighboring faces
All neighboring faces sharing a vertex will be refined to satisfy the Delaunay condition

.. versionadded:: 3.42
%End
Expand Down
3 changes: 2 additions & 1 deletion python/core/auto_generated/mesh/qgsmesheditor.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,10 @@ Returns the count of valid vertices, that is non void vertices in the mesh
Returns the maximum count of vertices per face that the mesh can support
%End

void addVertexWithDelaunayRefinement( const QgsMeshVertex vertex, const double tolerance );
void addVertexWithDelaunayRefinement( const QgsMeshVertex &vertex, const double tolerance );
%Docstring
Add a vertex in a face with Delaunay refinement of neighboring faces
All neighboring faces sharing a vertex will be refined to satisfy the Delaunay condition

.. versionadded:: 3.42
%End
Expand Down

0 comments on commit be13eef

Please sign in to comment.