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 IfcBuildingElementProxyTypeEnum changes #13

Open
aothms opened this issue Sep 5, 2022 · 2 comments
Open

jwg12 IfcBuildingElementProxyTypeEnum changes #13

aothms opened this issue Sep 5, 2022 · 2 comments

Comments

@aothms
Copy link
Member

aothms commented Sep 5, 2022

Revert deletion of enum items into deprecation

@aothms
Copy link
Member Author

aothms commented Sep 5, 2022

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

@aothms
Copy link
Member Author

aothms commented Sep 5, 2022

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant