mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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"}
|
|
]
|
|
}
|