View source: R/grass_v_out_pov.R
grass_v_out_pov | R Documentation |
QGIS Algorithm provided by GRASS v.out.pov (grass:v.out.pov). Converts to POV-Ray format, GRASS x,y,z - POV-Ray x,z,y
grass_v_out_pov(
input = qgisprocess:::qgis_default_value(),
type = qgisprocess:::qgis_default_value(),
size = qgisprocess:::qgis_default_value(),
zmod = qgisprocess:::qgis_default_value(),
objmod = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
type |
|
size |
|
zmod |
|
objmod |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputFile - POV vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.