Skip to content

Commit

Permalink
Merge pull request #45186 from vcloarec/fixForcingLine
Browse files Browse the repository at this point in the history
Improve mesh editing force by line UI and fixes
  • Loading branch information
PeterPetrik committed Sep 22, 2021
2 parents 6562817 + d5e6398 commit 46dbf8a
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 164 deletions.
10 changes: 10 additions & 0 deletions python/core/auto_generated/mesh/qgsmeshforcebypolylines.sip.in
Expand Up @@ -94,11 +94,21 @@ Constructor
void addLineFromGeometry( const QgsGeometry &geom );
%Docstring
Adds a input forcing line geometry in rendering coordinates

.. note::

if the geometry is not 3D, the default Z value will be used for the Z value of the geometry's vertices.
This default Z value has to be set before adding the geometry (:py:func:`setDefaultZValue`
%End

void addLinesFromGeometries( const QList<QgsGeometry> geometries );
%Docstring
Adds a list of input forcing lines geometry in rendering coordinates

.. note::

if the geometry is not 3D, the default Z value will be used for the Z value of the geometry's vertices.
This default Z value has to be set before adding the geometry (:py:func:`setDefaultZValue`
%End

};
Expand Down

0 comments on commit 46dbf8a

Please sign in to comment.