grivy
grivy
The above change does not correspond to the wtk specification correctly as the Dimension is not sufficient to specify the allowed types. For example for points we can have: -...
hmm.. So actually while I do think this library should provide data types as default, ideally I would not want to use them as I do not want to copy...
My knowledge of Ubuntu is too limited to provide any specifics. IFC2OFF requires IfcOpenShell, OpenCascade and the code provided here. IIRC this was build using SVN commit 127 from the...
Ok, I think I figured it out.. It should work with 0.3 of IfcOpenShell. (I'll assume you can use the other conversion provided by ifcopenshell.) 1. Create a folder called...
Yes the code is horrible. Personally I would just rewrite it. The result of this part is just an OFF file with multiple geometries in there and an OFFx files...
The code is split in 2 parts: ifc2off and off2citygml The latter converts the OFF and OFFX files generated from the first step to a valid LOD3 CityGML file. Dependencies:...
You're not giving me any information to work with. What happens if you run ifc2off to get .tmp output?
Are you using IfcOpenShell_CGAL instead of the original? See: https://github.com/tudelft3d/ifc2citygml/issues/3
The 0.4.0 branch has the SurfaceStyle.h header. https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.4.0?files=1 Could you try that one?
The image shows you are missing the file ifcconvert/SurfaceStyle.h. The 0.4.0 branch contains this files. So you are either using an older (0.3.0.) or an newer (0.6.0) branch, because otherwise...