Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Oct 20, 2022
1 parent a1e820f commit 2b4395a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions python/core/auto_generated/mesh/qgsmesheditor.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The caller takes ownership.

QgsMeshEditingError initialize();
%Docstring
Initializes the mesh editor and returns first error if the internal native mesh have topologic errors
Initializes the mesh editor and returns first error if the internal native mesh has topological errors
%End

QgsMeshEditingError initializeWithErrorsFix();
Expand All @@ -81,10 +81,9 @@ and returns error if there is one that couldn't be fixed
.. versionadded:: 3.28
%End


bool fixError( const QgsMeshEditingError &error );
%Docstring
Tries to fix the topological ``error`` in the mesh. Returns false if the fix fails
Tries to fix the topological ``error`` in the mesh. Returns ``False`` if the fix fails

.. versionadded:: 3.28
%End
Expand Down
6 changes: 3 additions & 3 deletions python/core/auto_generated/mesh/qgsmeshlayer.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -775,10 +775,10 @@ This operation will disconnect the mesh layer from the data provider and removes
%Docstring
Starts editing of the mesh frame. Coordinate ``transform`` used to initialize the triangular mesh if needed.
This operation will disconnect the mesh layer from the data provider and removes all existing dataset group.
Returns ``False`` if starting fails and the error that is the reason (No error, if the mesh is not editable or already in edit mode).
Returns ``False`` if starting fails and the ``error`` that is the reason (No error, if the mesh is not editable or already in edit mode).

If fixErrors is set to ``True``, errors will be attempted to be fixed.
In that case returns ``False`` if there is an error that could not be fixed and the remaining error.
If ``fixErrors`` is set to ``True``, errors will be attempted to be fixed.
In that case returns ``False`` if there is an error that could not be fixed and the remaining ``error``.

.. versionadded:: 3.28
%End
Expand Down

0 comments on commit 2b4395a

Please sign in to comment.