From 337c722aaedab3e287df38dee3e5f59e15457297 Mon Sep 17 00:00:00 2001 From: larswik Date: Thu, 25 Jul 2024 18:44:27 +0200 Subject: [PATCH 1/3] Geo GUs --- .../ModelViews/General Usage/DocModelView.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/IFC4x3/ModelViews/General Usage/DocModelView.xml b/IFC4x3/ModelViews/General Usage/DocModelView.xml index 49f7c74b3..a5b676c77 100644 --- a/IFC4x3/ModelViews/General Usage/DocModelView.xml +++ b/IFC4x3/ModelViews/General Usage/DocModelView.xml @@ -1411,12 +1411,14 @@ The shared profile definition is defined by assigning an _IfcMaterialProfileSet_ + An _IfcBorehole_ may be represented by a curve in 3D space representing the drilling axis. + An _IfcBorehole_ may be represented by a swept solid. @@ -7991,16 +7993,17 @@ The material is attached by the _RelatingMaterial_ attribute on the [IfcRelAssoc + An _IfcGeoScienceObservation may decompose another _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges. - + - An _IfcGeoScienceObservation_ can be decomposed by other _IFcGeoScienceObservation_. + An _IfcGeoScienceObservation may be decomposed by other _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges. - + @@ -8026,6 +8029,14 @@ The material is attached by the _RelatingMaterial_ attribute on the [IfcRelAssoc + + Datasets may be associated with any type of _IfcGeoScienceObservation_. + + + + Documents may be associated with any type of _IfcGeoScienceObservation_. + + From f5afdcb07383c057ffac86df0ee40be17f4a4dea Mon Sep 17 00:00:00 2001 From: larswik Date: Thu, 25 Jul 2024 18:57:53 +0200 Subject: [PATCH 2/3] Updating with assignment of IfcGeoScienceFeature to IfcBorehole. --- IFC4x3/ModelViews/General Usage/DocModelView.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IFC4x3/ModelViews/General Usage/DocModelView.xml b/IFC4x3/ModelViews/General Usage/DocModelView.xml index a5b676c77..c03d41364 100644 --- a/IFC4x3/ModelViews/General Usage/DocModelView.xml +++ b/IFC4x3/ModelViews/General Usage/DocModelView.xml @@ -7986,6 +7986,10 @@ The material is attached by the _RelatingMaterial_ attribute on the [IfcRelAssoc + + An _IfcGeoScienceFeature_ may be assigned to an _IfcBorehole_ where each _IfcGeoScienceFeature_ represents one interpreted homogeneous unit (e.g. an interpreted material) in the _IfcBorehole_. + + From 5bb93aed8f9a559073a1c797d067ba693bf59d95 Mon Sep 17 00:00:00 2001 From: larswik Date: Fri, 26 Jul 2024 16:52:55 +0200 Subject: [PATCH 3/3] Adding missing underscores --- IFC4x3/ModelViews/General Usage/DocModelView.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IFC4x3/ModelViews/General Usage/DocModelView.xml b/IFC4x3/ModelViews/General Usage/DocModelView.xml index c03d41364..be907889e 100644 --- a/IFC4x3/ModelViews/General Usage/DocModelView.xml +++ b/IFC4x3/ModelViews/General Usage/DocModelView.xml @@ -7997,14 +7997,14 @@ The material is attached by the _RelatingMaterial_ attribute on the [IfcRelAssoc - An _IfcGeoScienceObservation may decompose another _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges. + An _IfcGeoScienceObservation_ may decompose another _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges. - An _IfcGeoScienceObservation may be decomposed by other _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges. + An _IfcGeoScienceObservation_ may be decomposed by other _IfcGeoScienceObservation_. This may be the case e.g. when several different types of tests have been performed in an _IfcBorehole_ at different depths and each type of test is decomposed into sub-tests at different depth ranges.