mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
12 lines
255 B
Plaintext
12 lines
255 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"
|
|
}],
|
|
"tags": ["mesh", "vertex", "current"]
|
|
}
|