ifcquery

Results 52 comments of ifcquery

Hello, I understand your point. The thing is, I don't want to change the zippy.h header. I need zippy only for packing and unpacking ifczip files. If there is a...

This is an open source project. You don't have to pay to use it, but you are welcome to contribute. Please use a debugger to track down the problem. If...

See examples/LoadFileExample

Hi, a .NET API is not implemented yet, and not a priority right now. There are some open source C# implmentations to read IFC files, for example https://github.com/GeometryGym/GeometryGymIFC

Some changes are already made, so there is only this erase left: ``` size_t idx1 = ii % polygon.size(); polygon.erase(polygon.begin() + idx1); ``` polygon.size() is always > 1, so the...

This should be solved with previous update

Does it lead to an error? If not, I assume that the authors of xunzip meant it that way

It would indeed reduce memory and loading time if the ItemShape would be created only once for IfcRepresentationItems with the same ID. But the problem is, that these items can...

Carve is the library here used for boolean operations: https://github.com/folded/carve Probably the issue above has to do with the epsilon value used by carve to determine whether a point is...