Skip to content

Commit 5d2253c

Browse files
committed
Surface to polygon - mesh alg
1 parent 3095067 commit 5d2253c

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

  • docs/user_manual/processing_algs/qgis

docs/user_manual/processing_algs/qgis/mesh.rst

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,75 @@ Python code
847847
:end-before: **end_algorithm_code_section**
848848

849849

850+
851+
.. _qgissurfacetopolygon:
852+
853+
Surface to Polygon
854+
------------------
855+
Exports a polygon file containing the boundary of a mesh layer.
856+
The resulting polygon may contain holes and may be a multi-part polygon.
857+
858+
Parameters
859+
..........
860+
861+
.. list-table::
862+
:header-rows: 1
863+
:widths: 20 20 20 40
864+
865+
* - Label
866+
- Name
867+
- Type
868+
- Description
869+
* - **Input mesh layer**
870+
- ``INPUT``
871+
- [mesh]
872+
- The input mesh layer whose boundary will be exported as a polygon
873+
* - **Output coordinate system**
874+
875+
Optional
876+
- ``OUTPUT_CRS``
877+
- [crs]
878+
- The coordinate reference system (CRS) for the output polygon layer.
879+
If not specified, the CRS of the input mesh layer will be used.
880+
* - **Output vector layer**
881+
- ``OUTPUT``
882+
- [vector: polygon]
883+
884+
Default: ``[Create temporary layer]``
885+
- Specification of the output file. One of:
886+
887+
.. include:: ../algs_include.rst
888+
:start-after: **layer_output_types**
889+
:end-before: **end_layer_output_types**
890+
891+
Outputs
892+
.......
893+
894+
.. list-table::
895+
:header-rows: 1
896+
:widths: 20 20 20 40
897+
898+
* - Label
899+
- Name
900+
- Type
901+
- Description
902+
* - **Output vector layer**
903+
- ``OUTPUT``
904+
- [vector: polygon]
905+
- The resulting polygon layer containing the boundary of the mesh layer.
906+
The polygon may contain holes and may be multi-part.
907+
908+
909+
Python code
910+
...........
911+
912+
**Algorithm ID**: ``native:surfacetopolygon``
913+
914+
.. include:: ../algs_include.rst
915+
:start-after: **algorithm_code_section**
916+
:end-before: **end_algorithm_code_section**
917+
918+
850919
.. _qgistinmeshcreation:
851920

852921
TIN mesh creation

0 commit comments

Comments
 (0)