Skip to content
New issue

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

jwg12 Add IfcStrippedOptional #12

Open
aothms opened this issue Sep 5, 2022 · 1 comment
Open

jwg12 Add IfcStrippedOptional #12

aothms opened this issue Sep 5, 2022 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Sep 5, 2022

Compatibility with IFC4 ISO version (and to be used for referencing deleted schema types)

@aothms
Copy link
Member Author

aothms commented Sep 5, 2022

--- 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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant