Add example pset

This commit is contained in:
Dion Moult
2019-09-01 22:03:40 +10:00
parent 931b00d651
commit 73b387011d
+9
View File
@@ -0,0 +1,9 @@
PropertyType,ValueType,Name,Description,NominalValue,Unit
IfcPropertySingleValue,IfcIdentifier,Reference,,Some reference,
IfcPropertySingleValue,IfcLabel,Status,,EXISTING,
IfcPropertySingleValue,IfcLabel,Style,,Some style,
IfcPropertySingleValue,IfcPositiveLengthMeasure,NominalHeight,,1.2,
IfcPropertySingleValue,IfcPositiveLengthMeasure,NominalLength,,1.3,
IfcPropertySingleValue,IfcPositiveLengthMeasure,NominalDepth,,1.5,
IfcPropertySingleValue,IfcLabel,MainColor,,Blue,
IfcPropertySingleValue,IfcBoolean,IsBuiltIn,,Uh-huh,
1 PropertyType ValueType Name Description NominalValue Unit
2 IfcPropertySingleValue IfcIdentifier Reference Some reference
3 IfcPropertySingleValue IfcLabel Status EXISTING
4 IfcPropertySingleValue IfcLabel Style Some style
5 IfcPropertySingleValue IfcPositiveLengthMeasure NominalHeight 1.2
6 IfcPropertySingleValue IfcPositiveLengthMeasure NominalLength 1.3
7 IfcPropertySingleValue IfcPositiveLengthMeasure NominalDepth 1.5
8 IfcPropertySingleValue IfcLabel MainColor Blue
9 IfcPropertySingleValue IfcBoolean IsBuiltIn Uh-huh