QGIS/resources/function_help/json/$vertex_as_point
Vincent Cloarec bc192a60b2
Mesh expressions: add $vertex_as_point and $vertex_z functions (#44786)
* 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
2021-08-24 20:56:16 +02:00

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)'"}
]
}