OpenBIMRL | IFC functions
Class path: models.ifc.getQuantityAsString
Receive quantity as text
Description
Gets the set value of a given entity as a string.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | IfcElement | IfcEntityClass | IfcElement from which a specific value is retrieved |
1 | QuantitySetName | String | Quantity set from which the value is retrieved |
2 | QuantityName | String | Quantity from which the value is retrieved |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Value | String | Value as string |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself