Skip to content

Commit

Permalink
reconcile IfcSectionedSurface.AreaProfileTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejMuhic committed Jun 25, 2024
1 parent f73bd5b commit 5c8056f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</DocWhereRule>
<DocWhereRule Name="AreaProfileTypes" UniqueId="4d51cd1c-3965-45be-b620-dde7b39616d8">
<Documentation>The profile type shall be CURVE within the list of the profiles defining the cross sections.</Documentation>
<Expression>SIZEOF(QUERY(temp &lt;* CrossSections | temp.ProfileType = IfcProfileTypeEnum.CURVE)) = 0</Expression>
<Expression>SIZEOF(QUERY(temp &lt;* CrossSections | temp.ProfileType = IfcProfileTypeEnum.CURVE)) &lt;&gt; 0</Expression>
</DocWhereRule>
<DocWhereRule Name="SectionsSameType" UniqueId="a5025617-db3b-423b-8ac4-92912b2dba3d">
<Documentation>The entity type for each section must be the same.</Documentation>
Expand Down

0 comments on commit 5c8056f

Please sign in to comment.