Skip to content

Commit

Permalink
Update web-ifc-test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
QuimMoya committed Sep 18, 2024
1 parent aa5bf0c commit 22bc8f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cpp/web-ifc-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 22bc8f3

Please sign in to comment.