AECgeeks / infra-repo-issue-test-old1

0 stars 0 forks source link

Pset Tileing #38

Open aothms opened 2 years ago

aothms commented 2 years ago

Pset for tiling properties, covering and pavement

aothms commented 2 years ago
diff -N -w -U10 tmp/a/psd/Pset_CoveringCeiling.xml tmp/b/psd/Pset_CoveringCeiling.xml
--- tmp/a/psd/Pset_CoveringCeiling.xml  2022-02-13 14:03:16.319504500 +0100
+++ tmp/b/psd/Pset_CoveringCeiling.xml  1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-<?xml version="1.0" ?>
-<PropertySetDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" templatetype="PSET_TYPEDRIVENOVERRIDE" xsi:noNamespaceSchemaLocation="http://buildingSMART-tech.org/xml/psd/PSD_IFC4.xsd">
-  <IfcVersion version="IFC4X3_DEV"/>
-  <Name>Pset_CoveringCeiling</Name>
-  <Definition>Properties common to the definition of all occurrence and type objects of covering with the predefined type set to CEILING.</Definition>
-  <Applicability/>
-  <ApplicableClasses>
-    <ClassName>IfcCovering/CEILING</ClassName>
-  </ApplicableClasses>
-  <ApplicableTypeValue>IfcCovering/CEILING</ApplicableTypeValue>
-  <PropertyDefs>
-    <PropertyDef>
-      <Name>Permeability</Name>
-      <Definition>Ratio of the permeability of the ceiling.
-The ration can be used to indicate an open ceiling (that enables identification of whether ceiling construction should be considered as impeding distribution of sprinkler water, light etc. from installations within the ceiling area).</Definition>
-      <PropertyType>
-        <TypePropertySingleValue>
-          <DataType type="IfcNormalisedRatioMeasure"/>
-        </TypePropertySingleValue>
-      </PropertyType>
-    </PropertyDef>
-    <PropertyDef>
-      <Name>TileLength</Name>
-      <Definition>Length of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.</Definition>
-      <PropertyType>
-        <TypePropertySingleValue>
-          <DataType type="IfcPositiveLengthMeasure"/>
-        </TypePropertySingleValue>
-      </PropertyType>
-    </PropertyDef>
-    <PropertyDef>
-      <Name>TileWidth</Name>
-      <Definition>Width of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.</Definition>
-      <PropertyType>
-        <TypePropertySingleValue>
-          <DataType type="IfcPositiveLengthMeasure"/>
-        </TypePropertySingleValue>
-      </PropertyType>
-    </PropertyDef>
-  </PropertyDefs>
-</PropertySetDef>
diff -N -w -U10 tmp/a/psd/Pset_Tiling.xml tmp/b/psd/Pset_Tiling.xml
--- tmp/a/psd/Pset_Tiling.xml   1970-01-01 01:00:00.000000000 +0100
+++ tmp/b/psd/Pset_Tiling.xml   2022-03-22 21:17:51.070535700 +0100
@@ -0,0 +1,42 @@
+<?xml version="1.0" ?>
+<PropertySetDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" templatetype="PSET_TYPEDRIVENOVERRIDE" xsi:noNamespaceSchemaLocation="http://buildingSMART-tech.org/xml/psd/PSD_IFC4.xsd">
+  <IfcVersion version="IFC4X3_DEV"/>
+  <Name>Pset_Tiling</Name>
+  <Definition/>
+  <Applicability/>
+  <ApplicableClasses>
+    <ClassName>IfcPavement</ClassName>
+    <ClassName>IfcCovering</ClassName>
+  </ApplicableClasses>
+  <ApplicableTypeValue>IfcPavement,IfcCovering</ApplicableTypeValue>
+  <PropertyDefs>
+    <PropertyDef>
+      <Name>Permeability</Name>
+      <Definition>Ratio of the permeability of the ceiling.
+The ration can be used to indicate an open ceiling (that enables identification of whether ceiling construction should be considered as impeding distribution of sprinkler water, light etc. from installations within the ceiling area).</Definition>
+      <PropertyType>
+        <TypePropertySingleValue>
+          <DataType type="IfcNormalisedRatioMeasure"/>
+        </TypePropertySingleValue>
+      </PropertyType>
+    </PropertyDef>
+    <PropertyDef>
+      <Name>TileLength</Name>
+      <Definition>Length of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.</Definition>
+      <PropertyType>
+        <TypePropertySingleValue>
+          <DataType type="IfcPositiveLengthMeasure"/>
+        </TypePropertySingleValue>
+      </PropertyType>
+    </PropertyDef>
+    <PropertyDef>
+      <Name>TileWidth</Name>
+      <Definition>Width of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.</Definition>
+      <PropertyType>
+        <TypePropertySingleValue>
+          <DataType type="IfcPositiveLengthMeasure"/>
+        </TypePropertySingleValue>
+      </PropertyType>
+    </PropertyDef>
+  </PropertyDefs>
+</PropertySetDef>