OpenBIMRL | Mathematical operator functions
Class path: math.operators.addition
Addition

Description
The addition node performs an addition with two numbers.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | Number | Number to which is added (summand) |
| 1 | B | Number | Number that is added (summand) |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | A+B | Number | Result of the addition (sum) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself