From 22bc8f336592dd15288f4c53ae18d3899f92c591 Mon Sep 17 00:00:00 2001 From: QuimMoya Date: Wed, 18 Sep 2024 07:21:51 +0200 Subject: [PATCH] Update web-ifc-test.cpp --- src/cpp/web-ifc-test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpp/web-ifc-test.cpp b/src/cpp/web-ifc-test.cpp index 485647f4..c4a61d73 100644 --- a/src/cpp/web-ifc-test.cpp +++ b/src/cpp/web-ifc-test.cpp @@ -405,7 +405,7 @@ int main() // return 0; - std::string content = ReadFile("C:/Users/qmoya/Desktop/test/969.ifc"); + std::string content = ReadFile("C:/Users/qmoya/Desktop/MODELS/trouble wall.ifc"); struct LoaderSettings @@ -445,9 +445,9 @@ int main() start = ms(); - // SpecificLoadTest(loader, geometryLoader, 1089); + SpecificLoadTest(loader, geometryLoader, 778508); - auto meshes = LoadAllTest(loader, geometryLoader, -1); + // auto meshes = LoadAllTest(loader, geometryLoader, -1); std::cout << GetLine(loader, 225) << std::endl; // auto alignments = GetAlignments(loader, geometryLoader);