From f905bca8116ed9ff17adf6c3defdc49e4f0464d6 Mon Sep 17 00:00:00 2001 From: SergejMuhic Date: Fri, 5 Jan 2024 11:34:46 +0100 Subject: [PATCH] updating WR PolygonalBoundary to include IfcIndexedPolyCurve --- .../Entities/IfcPolygonalBoundedHalfSpace/DocEntity.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcPolygonalBoundedHalfSpace/DocEntity.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcPolygonalBoundedHalfSpace/DocEntity.xml index d0d45a933..da4587547 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcPolygonalBoundedHalfSpace/DocEntity.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcGeometricModelResource/Entities/IfcPolygonalBoundedHalfSpace/DocEntity.xml @@ -20,10 +20,11 @@ PolygonalBoundary.Dim = 2 - Only bounded curves of type _IfcCompositeCurve_, or _IfcPolyline_ are valid boundaries. + Only bounded curves of type _IfcCompositeCurve_, _IfcPolyline_, and _IfcIndexedPolyCurve_ are valid boundary curves. SIZEOF(TYPEOF(PolygonalBoundary) * [ 'IFCGEOMETRYRESOURCE.IFCPOLYLINE', - 'IFCGEOMETRYRESOURCE.IFCCOMPOSITECURVE'] + 'IFCGEOMETRYRESOURCE.IFCCOMPOSITECURVE', + 'IFCGEOMETRYRESOURCE.IFCINDEXEDPOLYCURVE'] ) = 1