Vincent Cloarec bc192a60b2
Mesh expressions: add $vertex_as_point and $vertex_z functions (#44786)
* mesh expression $vertex_as_point $vertex_Z_value

* functions help

* SIP, doc and indentation

* fix SIP

* fix help file

* change function name and add Meshes group description

* fix typo

* fix strings and docs

* typo
2021-08-24 20:56:16 +02:00

9 lines
205 B
Plaintext

{
"name": "$vertex_z",
"type": "function",
"groups": ["Meshes"],
"description": "Returns the Z value of the current mesh vertex.",
"examples": [ { "expression":"$vertex_z", "returns":"42"}
]
}