mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
{
|
|
"name": "$vertex_x",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the X coordinate of the current mesh vertex.",
|
|
"examples": [ { "expression":"$vertex_x", "returns":"42.12"}
|
|
]
|
|
}
|