mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
10 lines
651 B
Plaintext
10 lines
651 B
Plaintext
v.out.pov
|
|
Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y
|
|
Vector (v.*)
|
|
QgsProcessingParameterVectorLayer|input|Name of input vector map|-1|None|False
|
|
QgsProcessingParameterString|type|Feature type|point,line,area,face
|
|
QgsProcessingParameterNumber|size|Radius of sphere for points and tube for lines|QgsProcessingParameterNumber.Double|10.0|False|None|0
|
|
QgsProcessingParameterString|zmod|Modifier for z coordinates, this string is appended to each z coordinate|
|
|
QgsProcessingParameterString|objmod|Object modifier (OBJECT_MODIFIER in POV-Ray documentation)|
|
|
QgsProcessingParameterFileDestination|output|POV vector|Pov files (*.pov)|None|False
|