Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:benutzerdefinierte_funktionen:benutzerdefinierte_funktionen [2024/10/27 20:13] – neelest | en:benutzerdefinierte_funktionen:benutzerdefinierte_funktionen [2024/10/27 20:15] (aktuell) – [Anweisungen] neelest | ||
|---|---|---|---|
| Zeile 13: | Zeile 13: | ||
| * **Bottom area:** Here you have access to a list of predefined variables and mathematical functions. With a simple click, you can insert these into the text field at the position of the cursor. As there are a total of 144 predefined variables containing calculation results or geometry data, this function makes it much easier to create complex functions. | * **Bottom area:** Here you have access to a list of predefined variables and mathematical functions. With a simple click, you can insert these into the text field at the position of the cursor. As there are a total of 144 predefined variables containing calculation results or geometry data, this function makes it much easier to create complex functions. | ||
| - | * **In the left-hand section of the dialogue, you can manage your user-defined functions. You can create or delete functions here. | + | * **Left area**: |
| {{ : | {{ : | ||
| Zeile 70: | Zeile 70: | ||
| | | ||
| - | < | + | |
| *** Return:** The return statement ends the function and returns the result of the mathematical expression: | *** Return:** The return statement ends the function and returns the result of the mathematical expression: | ||
| - | return < | + | |
| * **Conditional execution (if-then-else): | * **Conditional execution (if-then-else): | ||