Skip to content

OpenBIMRL | IFC functions

Class path: models.ifc.getPropertyAsString

Get property as text

getPropertyAsString1.png

Description

Gets the property value of a specified entity as a string value.

Input

Input Name Type Description
0 IfcElement IfcEntityClass IfcElement from which a specific value is retrieved
1 PropertySetName String Property set from which the value is retrieved
2 PropertyName String Property from which the value is retrieved

Output

Output Name Type Description
0 Value String Value as string

Use/Example

getPropertyAsString2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself