mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
{
|
|
"name": "$vertex_y",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the Y coordinate of the current mesh vertex.",
|
|
"examples": [{
|
|
"expression": "$vertex_y",
|
|
"returns": "12.24"
|
|
}],
|
|
"tags": ["coordinate", "mesh", "vertex", "current"]
|
|
}
|