mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
|
v.to.3d
|
||
|
Performs transformation of 2D vector features to 3D.
|
||
|
Vector (v.*)
|
||
|
ParameterVector|input|Name of input vector map|-1|False
|
||
|
ParameterString|height|Fixed height for 3D vector features (float)|None|False|True
|
||
|
ParameterTableField|column|Name of attribute column used for height|input|0|True
|
||
|
OutputVector|output|3D
|