-
Notifications
You must be signed in to change notification settings - Fork 0
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 IfcBuildingElementProxyTypeEnum changes #13
Comments
--- tmp/a/IFC.exp 2022-08-27 01:38:06.240548600 +0200
+++ tmp/b/IFC.exp 2022-09-05 20:19:29.463083500 +0200
@@ -767,20 +767,22 @@
,PRECASTPANEL
,SAFETYCAGE
,USERDEFINED
,NOTDEFINED);
END_TYPE;
TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF
(COMPLEX
,ELEMENT
,PARTIAL
+ ,PROVISIONFORSPACE
+ ,PROVISIONFORVOID
,USERDEFINED
,NOTDEFINED);
END_TYPE;
TYPE IfcBuildingSystemTypeEnum = ENUMERATION OF
(FENESTRATION
,FOUNDATION
,LOADBEARING
,OUTERSHELL
,SHADING |
diff -N -w -U10 tmp/a/psd/Pset_ProvisionForVoid.xml tmp/b/psd/Pset_ProvisionForVoid.xml
--- tmp/a/psd/Pset_ProvisionForVoid.xml 2022-08-27 01:42:26.190279600 +0200
+++ tmp/b/psd/Pset_ProvisionForVoid.xml 2022-09-05 20:19:29.334084900 +0200
@@ -1,20 +1,21 @@
<?xml version="1.0" ?>
<PropertySetDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" templatetype="PSET_OCCURRENCEDRIVEN" xsi:noNamespaceSchemaLocation="http://buildingSMART-tech.org/xml/psd/PSD_IFC4.xsd">
<IfcVersion version="IFC4X3_DEV"/>
<Name>Pset_ProvisionForVoid</Name>
<Definition>Properties for Provisions For Voids.</Definition>
<Applicability/>
<ApplicableClasses>
+ <ClassName>IfcBuildingElementProxy/PROVISIONFORVOID</ClassName>
<ClassName>IfcVirtualElement/PROVISIONFORVOID</ClassName>
</ApplicableClasses>
- <ApplicableTypeValue>IfcVirtualElement/PROVISIONFORVOID</ApplicableTypeValue>
+ <ApplicableTypeValue>IfcBuildingElementProxy/PROVISIONFORVOID,IfcVirtualElement/PROVISIONFORVOID</ApplicableTypeValue>
<PropertyDefs>
<PropertyDef>
<Name>VoidShape</Name>
<Definition>The shape form of the provision for void, the minimum set of agreed values includes 'Rectangle', 'Round', and 'Undefined'.</Definition>
<PropertyType>
<TypePropertySingleValue>
<DataType type="IfcLabel"/>
</TypePropertySingleValue>
</PropertyType>
</PropertyDef> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Revert deletion of enum items into deprecation
The text was updated successfully, but these errors were encountered: