We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR-547 Add a new MODULO operator in IfcArithmeticOperatorEnum
The text was updated successfully, but these errors were encountered:
--- 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;
Sorry, something went wrong.
No branches or pull requests
FR-547 Add a new MODULO operator in IfcArithmeticOperatorEnum
The text was updated successfully, but these errors were encountered: