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
Compatibility with IFC4 ISO version (and to be used for referencing deleted schema types)
The text was updated successfully, but these errors were encountered:
--- tmp/a/IFC.exp 2022-08-27 01:14:51.982286600 +0200 +++ tmp/b/IFC.exp 2022-09-05 20:19:15.809952400 +0200 @@ -357,20 +357,23 @@ END_TYPE; TYPE IfcSpecularExponent = REAL; END_TYPE; TYPE IfcSpecularRoughness = REAL; WHERE WR1 : {0.0 <= SELF <= 1.0}; END_TYPE; +TYPE IfcStrippedOptional = BOOLEAN; +END_TYPE; + TYPE IfcTemperatureGradientMeasure = REAL; END_TYPE; TYPE IfcTemperatureRateOfChangeMeasure = REAL; END_TYPE; TYPE IfcText = STRING; END_TYPE; TYPE IfcTextAlignment = STRING;
Sorry, something went wrong.
No branches or pull requests
Compatibility with IFC4 ISO version (and to be used for referencing deleted schema types)
The text was updated successfully, but these errors were encountered: