Skip to content

Commit

Permalink
Merge pull request bSI-InfraRoom#708 from bSI-InfraRoom/IfcPolygonalB…
Browse files Browse the repository at this point in the history
…oundedHalfSpaceWRPolygonalBoundary

updating WR PolygonalBoundary to include IfcIndexedPolyCurve
  • Loading branch information
SergejMuhic authored May 5, 2024
2 parents ed78dad + f905bca commit a807d6d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
<Expression>PolygonalBoundary.Dim = 2</Expression>
</DocWhereRule>
<DocWhereRule Name="BoundaryType" UniqueId="0b51507a-a864-431c-af88-0c4e2ece648a">
<Documentation>Only bounded curves of type _IfcCompositeCurve_, or _IfcPolyline_ are valid boundaries.</Documentation>
<Documentation>Only bounded curves of type _IfcCompositeCurve_, _IfcPolyline_, and _IfcIndexedPolyCurve_ are valid boundary curves.</Documentation>
<Expression>SIZEOF(TYPEOF(PolygonalBoundary) * [
&apos;IFCGEOMETRYRESOURCE.IFCPOLYLINE&apos;,
&apos;IFCGEOMETRYRESOURCE.IFCCOMPOSITECURVE&apos;]
&apos;IFCGEOMETRYRESOURCE.IFCCOMPOSITECURVE&apos;,
&apos;IFCGEOMETRYRESOURCE.IFCINDEXEDPOLYCURVE&apos;]
) = 1</Expression>
</DocWhereRule>
</WhereRules>
Expand Down

0 comments on commit a807d6d

Please sign in to comment.