mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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
205 B
Plaintext
9 lines
205 B
Plaintext
{
|
|
"name": "$vertex_z",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the Z value of the current mesh vertex.",
|
|
"examples": [ { "expression":"$vertex_z", "returns":"42"}
|
|
]
|
|
}
|