mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
* mesh expression $vertex_as_point $vertex_Z_value * functions help * SIP, doc and indentation * fix SIP * fix help file * change function name and add Meshes group description * fix typo * fix strings and docs * typo
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
{
|
|
"name": "$vertex_as_point",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the current vertex as a point geometry.",
|
|
"examples": [ { "expression":"geom_to_wkt( $vertex_as_point )", "returns":"'POINT(800 1500 41)'"}
|
|
]
|
|
}
|