mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
{
|
|
"name": "$vertex_as_point",
|
|
"type": "function",
|
|
"groups": ["Meshes"],
|
|
"description": "Returns the current vertex as a point geometry.",
|
|
"examples": [{
|
|
"expression": "geom_to_wkt( $vertex_as_point )",
|
|
"returns": "'POINT(800 1500 41)'"
|
|
}],
|
|
"tags": ["point", "mesh", "vertex", "current"]
|
|
}
|