From a9fa1f90b838a955b14a7effbf3ea8a0bf130eba Mon Sep 17 00:00:00 2001 From: Jyrki Oraskari <31693668+jyrkioraskari@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:47:43 +0200 Subject: [PATCH] compiles --- .../org.eclipse.wst.common.component | 40 ++++++++++--------- IFCtoLBD/src/license/THIRD-PARTY.properties | 2 +- IFCtoLBD/src/main/java/examples/Example5.java | 4 +- .../src/license/THIRD-PARTY.properties | 2 +- .../org.eclipse.wst.common.component | 33 ++++++++------- 5 files changed, 41 insertions(+), 40 deletions(-) diff --git a/IFCProps2ExcelOnline/.settings/org.eclipse.wst.common.component b/IFCProps2ExcelOnline/.settings/org.eclipse.wst.common.component index 5cebd9fc..00aef487 100644 --- a/IFCProps2ExcelOnline/.settings/org.eclipse.wst.common.component +++ b/IFCProps2ExcelOnline/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -44,7 +45,8 @@ - + + @@ -89,7 +91,8 @@ - + + @@ -134,7 +137,8 @@ - + + @@ -179,7 +183,8 @@ - + + @@ -224,17 +229,10 @@ + - - uses - - - uses - - - uses - - + + @@ -279,7 +277,8 @@ - + + @@ -324,7 +323,8 @@ - + + @@ -361,7 +361,8 @@ - + + @@ -406,7 +407,8 @@ - + + diff --git a/IFCtoLBD/src/license/THIRD-PARTY.properties b/IFCtoLBD/src/license/THIRD-PARTY.properties index 6528ee5d..3694a0d2 100644 --- a/IFCtoLBD/src/license/THIRD-PARTY.properties +++ b/IFCtoLBD/src/license/THIRD-PARTY.properties @@ -55,5 +55,5 @@ # Please fill the missing licenses for dependencies : # # -#Mon Sep 02 11:05:05 CEST 2024 +#Wed Sep 18 18:43:14 CEST 2024 gnu.getopt--java-getopt--1.0.13= diff --git a/IFCtoLBD/src/main/java/examples/Example5.java b/IFCtoLBD/src/main/java/examples/Example5.java index cbed4728..b06dec88 100644 --- a/IFCtoLBD/src/main/java/examples/Example5.java +++ b/IFCtoLBD/src/main/java/examples/Example5.java @@ -43,7 +43,7 @@ public static void main(String[] args) { try (IFCtoLBDConverter converter = new IFCtoLBDConverter("https://example.com/", hasPropertiesBlankNodes, props_level);) { // Perform the initial conversion phase converter.convert_read_in_phase(ifc_file.getAbsolutePath(), null, hasGeometry, hasPerformanceBoost, - exportIfcOWL, hasBuildingElements, hasBuildingProperties, hasBoundingBoxWKT, hasUnits); + exportIfcOWL, hasBuildingElements, hasBuildingProperties, hasBoundingBoxWKT, hasUnits,false); // Filter only wall elements Set types = new HashSet<>(); @@ -53,7 +53,7 @@ public static void main(String[] args) { // Perform the LBD conversion phase with specified options Model m = converter.convert_LBD_phase(hasBuildingElements, hasSeparateBuildingElementsModel, hasBuildingProperties, hasSeparatePropertiesModel, hasGeolocation, hasGeometry, exportIfcOWL, - hasUnits, hasBoundingBoxWKT, true); + hasUnits, hasBoundingBoxWKT, true,false); if (m != null) { // Create a SPARQL query to select all elements of type bot:Element diff --git a/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties b/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties index b2f8030d..ac9ab24b 100644 --- a/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties +++ b/IFCtoLBD_Desktop_2023/src/license/THIRD-PARTY.properties @@ -54,5 +54,5 @@ # Please fill the missing licenses for dependencies : # # -#Wed Aug 28 19:16:56 CEST 2024 +#Wed Sep 18 18:44:11 CEST 2024 gnu.getopt--java-getopt--1.0.13= diff --git a/IFCtoLBD_OpenAPI/.settings/org.eclipse.wst.common.component b/IFCtoLBD_OpenAPI/.settings/org.eclipse.wst.common.component index fdaeb62c..991bd39b 100644 --- a/IFCtoLBD_OpenAPI/.settings/org.eclipse.wst.common.component +++ b/IFCtoLBD_OpenAPI/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -42,7 +43,8 @@ - + + @@ -85,7 +87,8 @@ - + + @@ -128,7 +131,8 @@ - + + @@ -171,16 +175,8 @@ - - uses - - - uses - - - uses - - + + @@ -223,7 +219,8 @@ - + + @@ -266,7 +263,8 @@ - + + @@ -309,7 +307,8 @@ - + +