OpenBIMRL | IFC functions
Class path: models.ifc.getHeight
receive Height
Description
Calculates the height using a list of objects.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | IfcElement list | List<IfcEntityClass> | List of elements whose height is determined |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | minHeight | List<Number> | lower height of the element in relation to a fixed point |
1 | maxHeight | List<Number> | upper height of the element in relation to a fixed point |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself