From 5c8056f937a39df3f79b83ee68b91c866caee51f Mon Sep 17 00:00:00 2001 From: SergejMuhic Date: Tue, 25 Jun 2024 19:50:39 +0200 Subject: [PATCH] reconcile IfcSectionedSurface.AreaProfileTypes --- .../Entities/IfcSectionedSurface/DocEntity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcSectionedSurface/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcSectionedSurface/DocEntity.xml index 99b9d9e4f..02164aeea 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcSectionedSurface/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcSectionedSurface/DocEntity.xml @@ -18,7 +18,7 @@ The profile type shall be CURVE within the list of the profiles defining the cross sections. - SIZEOF(QUERY(temp <* CrossSections | temp.ProfileType = IfcProfileTypeEnum.CURVE)) = 0 + SIZEOF(QUERY(temp <* CrossSections | temp.ProfileType = IfcProfileTypeEnum.CURVE)) <> 0 The entity type for each section must be the same.