mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
{
|
|
"name": "$face_index",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the index of the current mesh face. ",
|
|
"examples": [{
|
|
"expression": "$face_index",
|
|
"returns": "4581"
|
|
}],
|
|
"tags": ["index", "mesh", "face", "current"]
|
|
}
|