Hello Thomas, thank you very much for your answer. Adding the marked lines helped to solve the problems partially. But still I receive the following error: /usr/bin/ld: CMakeFiles/ReadIfcFile.dir/main.cpp.o: in function GeomAdaptor_Surface::operator delete(void*)': /usr/include/opencascade/GeomAdaptor_Surface.hxx:65: undefined reference toStandard::Free(void)' /usr/bin/ld: CMakeFiles/ReadIfcFile.dir/main.cpp.o: in function BRepAdaptor_Surface::operator delete(void*)': /usr/include/opencascade/BRepAdaptor_Surface.hxx:71:...
Hello Thomas, thank you very much for your answer. Adding the marked lines helped to solve the problems partially. But still I receive the following error: In file included from /usr/local/include/ifcgeom/IfcGeom.h:54, from /home/mathias/VSCode/Projects/IfcOpenShell_tests/main.cpp:8: /usr/local/include/ifcgeom/../ifcgeom_schema_agnostic/Kernel.h:32:1: fatal error: ../ifcparse/Ifc4x3_tc1.h: No such file or directory 32 | #include INCLUDE_SCHEMA(9) | ^~~~~~~~~~ This file is actually not there. Is this...
Hello Thomas, thank you very much for your answer. Adding the marked lines helped to solve the problems partially. But still I receive the following error: In file included from /usr/local/include/ifcgeom/IfcGeom.h:54, from /home/mathias/VSCode/Projects/IfcOpenShell_tests/main.cpp:8: /usr/local/include/ifcgeom/../ifcgeom_schema_agnostic/Kernel.h:32:1: fatal error: ../ifcparse/Ifc4x3_tc1.h: No such file or directory 32 | #include INCLUDE_SCHEMA(9) | ^~~~~~~~~~ This file is actually not there. Is this...
Hello all, I have successfully compiled the IfcOpenShell 0.7 on my Ubuntu 20.04. I was able to parse my IFC2x3 file and now I would like to use ifcgeom to extract global coordinate. But when I include the ifcgeom.h file I always get the following Error: /usr/local/include/ifcgeom/../ifcgeom_schema_agnostic/Kernel.h:23:1: error: #include expects "FILENAME" or <FILENAME> 23 | #include INCLUDE_SCHEMA(0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/ifcgeom/../ifcgeom_schema_agnostic/Kernel.h:24:1:...
Hi, I am facing the same issue. I am on Ubuntu 18.04 and I was able to compile IfcOpenShell by following #2210 with OCCT 7.5, CMake 3.24.1, gcc 7.5 and reverting the changes in these two commits: dd63534, 163e10b as they were throwing errors. Now I want to use the IfcGeom::Iterator in my own project. In the linking process I get the same "undefined reference to init_IteratorImplementation_Ifc...(IteratorFactoryImplementation*)' error. I tried both finding IfcOpenShell in my CMakeLists.txt with this...
Hello Thomas, thanks a lot for your help, you solved my problem. I am "new" to the world of Python and had trouble finding the actual problem. But it was the wrong version as you mentioned. But still nice to see the other solution. thanks for this nice piece of software Best Mathias
Hello all together, I really hope this is the right place to post my question and anyone can help. I am working with ifcopenshell0.6 for python 2.7 on Ubuntu. Currently I am stuck with the encoding of the property RepresentationType: * RepresentationType = product.Representation.Representations[1].RepresentationType RepresentationType2 = product.Representation.Representations[1].getinfo()['RepresentationType']* I expect those values to be "SweptSolid" but the value I read is: *u'\U00770053\U00700065\U00530074\U006c006f\U00640069\x00\x80\x01\U006f004c\U0067006e'...