From 3448bb477c7483de1439bcb6e8d03aa9b21d66ce Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 27 Jan 2019 23:16:14 +1100 Subject: [PATCH] Fix a couple of broken properties --- src/Mod/Arch/Presets/ifc_types_IFC4.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Mod/Arch/Presets/ifc_types_IFC4.json b/src/Mod/Arch/Presets/ifc_types_IFC4.json index bb6da0ec1f..8f8800dbaa 100644 --- a/src/Mod/Arch/Presets/ifc_types_IFC4.json +++ b/src/Mod/Arch/Presets/ifc_types_IFC4.json @@ -233,7 +233,7 @@ }, "IfcLengthMeasure": { "base": "xs:double", - "property": "PropertyFloat" + "property": "PropertyLength" }, "IfcLinearForceMeasure": { "base": "xs:double", @@ -550,5 +550,9 @@ "logical": { "base": "xs:normalizedString", "property": "PropertyString" + }, + "List-IfcCompoundPlaneAngleMeasure": { + "base": "xs:string", + "property": "PropertyString" } -} \ No newline at end of file +}