Skip to content

Commit

Permalink
main.cpp -> small changes to _testOCCT
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Apr 18, 2024
1 parent 52d2792 commit b927402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/serializer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ py::bytes _testOCCT() {
std::cout << "after bintools write";
std::cout << buf.str();
std::cout << "after buf.str";
auto gettype = BRepAdaptor_Curve::BRepAdaptor_Curve(line);
std::cout << gettype.GetType();
return py::bytes(std::move(buf.str()));
}

Expand Down

0 comments on commit b927402

Please sign in to comment.