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