grivy
grivy
You missed step 3: Remove references to CityGMLgrivySerializer.h, Its not needed I think you did not remove the #include "CityGMLgrivySerializer.h" at the top of the file. The other error might...
Could you add the following two lines to the GeometrySerializer class and try again: std::string semantics; void setCurrentSemantics(std::string sem) {semantics = sem;}
Hmm I believe the setUnitNameAndMagnitude function was added to ifcopenshell in a later revision.. I do not have the code running on my machine, but I can gather more source...
[src.zip](https://github.com/tudelft3d/ifc2citygml/files/2228655/src.zip) Here is everything except the bimserver dlls which I removed. It apparently is based on a late 0.3.0 version I guess a version that is not on github.. In...
I think you know have the same information I have. The source I provided is exactly what I used in the past so building the solution in there should work...
Great to here! This part should be easier. So off to CityGML is based on CGAL. The library was already much more stable at the time I used it so...
Another example file with input, intermediate and output files. [Bien-Zenker_Jasmin-Sun-AC14-V2.zip](https://github.com/tudelft3d/ifc2citygml/files/2238784/Bien-Zenker_Jasmin-Sun-AC14-V2.zip)