ifcquery

Results 52 comments of ifcquery

There is still room for improvement for some geometry implementations. In case it is a commercial project, I can fix and complement any geometry type. So far, all geometry issues...

This should be solved with previous update

Thanks for the pull request. However, heavy usage of the auto keyword is a different coding style, that I don't really like too much. Mostly I actually prefer the explicit...

Why not keep project(IfcPlusPlus) in the cmake file? I don't see why IFCPP is better... About the lib and bin directory. I have everything in "bin", so everything is in...

I just replaced IfcQueryInstaller_64bit.msi, created with the same script though. Not clear if there was a file missing. Could you be more specific about the crash? Missing dll? Something else?...

I can create a python package, but not just for fun. Since I don't need it myself, I will do it only per request from a customer

Hi, thanks for the pull request. I cannot merge anything, because it messes up and partly invalidates the license. If you agree, I can copy the two lines into the...

The thing is that std::wstring does not work on Linux, and it needs to run on some server side Linux machines. On Windows, with the right project settings, std::string and...

Thanks for the suggestion! It is Windows only, I guess?

std::wstring works sometimes on Linux, but only under certain circumstances that I didn't reliably figure out. And it is not necessary, since std::string and unicode works fine on Linux, at...