AECgeeks / infra-repo-issue-test-3

0 stars 0 forks source link

FR 547 Add a new MODULO operator in IfcArithmeticOperatorEnum #3

Open aothms opened 1 year ago

aothms commented 1 year ago

FR-547 Add a new MODULO operator in IfcArithmeticOperatorEnum

aothms commented 1 year ago
--- tmp/a/IFC.exp   2023-06-19 20:39:06.542862100 +0200
+++ tmp/b/IFC.exp   2023-06-21 13:28:39.372274400 +0200
@@ -616,20 +616,21 @@
    ,NON_PHYSICAL_SIGNAL
    ,SUPERELEVATIONEVENT
    ,WIDTHEVENT
    ,USERDEFINED
    ,NOTDEFINED);
 END_TYPE;

 TYPE IfcArithmeticOperatorEnum = ENUMERATION OF
    (ADD
    ,DIVIDE
+   ,MODULO
    ,MULTIPLY
    ,SUBTRACT);
 END_TYPE;

 TYPE IfcAssemblyPlaceEnum = ENUMERATION OF
    (FACTORY
    ,SITE
    ,NOTDEFINED);
 END_TYPE;