-
[geographic-referencing.ifc](https://github.com/buildingSMART/Sample-Test-Files/blob/master/IFC%204.0/BuildingSMARTSpec/geographic-referencing.ifc)
and
https://community.osarch.org/discussion/…
-
Is it possible using this library in browsers via webassembly?
j209 updated
3 months ago
-
Hi,
I have loaded my ifc file on BimServer.ws. I have written the query to get the specific ifc from the whole ifc model and able to download it but the size of the file differs from time to time.
q…
-
Hi,
First of all, thank you all for your great work !!
I'm upgrading from an old Python 3.8 venv but unfortunately I get this message when I try to open a viewer in my notebooks.
For now, I'm c…
-
### Describe the bug 📝
The situation : I have an ifc with inside an ifcDocumentReference entity and some ifcElements related to it with an ifcRelAssociatesDocument association.
I want to delete th…
-
See attached file:
[pcrash.ifc.txt](https://github.com/user-attachments/files/17548959/pcrash.ifc.txt)
```python
import faulthandler
import os
import sys
import time
import multiprocessing
…
Moult updated
1 month ago
-
Try to link an external IFC file and check "use relative path", it raises this error
![image](https://github.com/user-attachments/assets/9c21fb45-564e-449f-bd33-a10be7372753)
but last week it worked
-
Hello,
I have this IFC file produced by IfcOpenShell 0.8.0 that I cannot load into Blender 4.2.2 LTS with Bonsai 0.8.0 installed on Ubuntu 22.04.5
```
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('V…
-
What can be a problem here?
```golang
package poolbench
import "sync"
const maxCap = 64 * 1024
// nolint
var bytesPool = sync.Pool{
New: func() interface{} { return []byte{} },
}
/…
-
Get stack overflow reading some ifc files.
It happens in sweep.cc, used assimp dump to test this.
Attached the ifc file with a problem.
Build with Visual Studio 2015, Cmake 3.8.8
```
void S…