Skip to content

Commit

Permalink
Merge pull request bSI-InfraRoom#727 from bSI-InfraRoom/fix/ifcTransf…
Browse files Browse the repository at this point in the history
…ormer

fix type in IfcTransformer.CorrectPredefinedType
  • Loading branch information
SergejMuhic authored Jan 22, 2024
2 parents 75858e2 + 12a5541 commit 53585e9
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 Name="CorrectTypeAssigned" UniqueId="75b0f680-06c7-44ef-9309-04bc68af656b">
<Documentation>Either there is no transformer type object associated, i.e. the _IsTypedBy_ inverse relationship is not provided, or the associated type object has to be of type _IfcTransformerType_.</Documentation>
<Expression>(SIZEOF(IsTypedBy) = 0) OR
(&apos;IFCELECTRICALDOMAIN.IFCTRANFORMERTYPE&apos; IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType))</Expression>
(&apos;IFCELECTRICALDOMAIN.IFCTRANSFORMERTYPE&apos; IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType))</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>
Expand Down

0 comments on commit 53585e9

Please sign in to comment.