OpenBIMRL | General functions
Class path: general.removeNull
Remove zero values

Description
Entfernt Nullwerte aus einer Liste oder einem Baum von Objekten.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Objects | List<Objects> | List of objects |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Reduced objects | List<Objects> | Input0 without zero values |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself