Skip to content

Commit

Permalink
Update to 4.3-dev commit 23ccc36
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Sep 30, 2022
1 parent 268cc06 commit 2cfac73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IFC/RELEASE/IFC4x3/HTML/IFC4X3_ADD1.exp
Original file line number Diff line number Diff line change
Expand Up @@ -7091,7 +7091,7 @@ ENTITY IfcGeographicCRS
PrimeMeridian : OPTIONAL IfcIdentifier;
Unit : OPTIONAL IfcNamedUnit;
WHERE
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR(Unit.UnitType=IfcUnitEnum.PLANEANGLEUNIT);
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR (Unit.UnitType=IfcUnitEnum.PLANEANGLEUNIT);
END_ENTITY;

ENTITY IfcGeographicElement
Expand Down
2 changes: 1 addition & 1 deletion IFC/RELEASE/IFC4x3/HTML/annex-a-express.html
Original file line number Diff line number Diff line change
Expand Up @@ -7185,7 +7185,7 @@ <h1>Annex A Computer interpretable listings - IFC EXPRESS long form schema</h1>
PrimeMeridian : OPTIONAL <a href="lexical/IfcIdentifier.htm">IfcIdentifier</a>;
Unit : OPTIONAL <a href="lexical/IfcNamedUnit.htm">IfcNamedUnit</a>;
WHERE
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR(Unit.UnitType=<a href="lexical/IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT);
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR (Unit.UnitType=<a href="lexical/IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT);
END_ENTITY;

ENTITY <a href="lexical/IfcGeographicElement.htm">IfcGeographicElement</a>
Expand Down
4 changes: 2 additions & 2 deletions IFC/RELEASE/IFC4x3/HTML/lexical/IfcGeographicCRS.htm
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2><a id="8.18.3.3.4-Formal-propositions"></a>
</tr>
<tr>
<td colspan="2">
<pre><code class="language-express hljs">NOT(EXISTS(Unit)) OR(Unit.UnitType=<a href="IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT)</code></pre>
<pre><code class="language-express hljs">NOT(EXISTS(Unit)) OR (Unit.UnitType=<a href="IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT)</code></pre>
</td>
</tr>
</tbody>
Expand All @@ -340,7 +340,7 @@ <h2><a id="8.18.3.3.5-Formal-representation"></a>
PrimeMeridian : OPTIONAL <a href="IfcIdentifier.htm">IfcIdentifier</a>;
Unit : OPTIONAL <a href="IfcNamedUnit.htm">IfcNamedUnit</a>;
WHERE
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR(Unit.UnitType=<a href="IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT);
IsPlaneAngleUnit : NOT(EXISTS(Unit)) OR (Unit.UnitType=<a href="IfcUnitEnum.htm">IfcUnitEnum</a>.PLANEANGLEUNIT);
END_ENTITY;</code></pre>
<h2><a id="8.18.3.3.6-References"></a>
8.18.3.3.6 References
Expand Down

0 comments on commit 2cfac73

Please sign in to comment.