View source: R/3d_tessellate.R
qgis_3d_tessellate | R Documentation |
QGIS Algorithm provided by QGIS (3D) Tessellate (3d:tessellate). This algorithm tessellates a polygon geometry layer, dividing the geometries into triangular components. The output layer consists of multipolygon geometries for each input feature, with each multipolygon consisting of multiple triangle component polygons.
qgis_3d_tessellate(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Tessellated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.