-
Is it possible using this library in browsers via webassembly?
j209 updated
3 months ago
-
[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/…
-
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
4 weeks 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…
-
### 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…
-
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…
-
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{} },
}
/…
-
Can I convert ifc to cityjson using ifcconvert?
All the IFC files I have cannot be converted.
Can I get an example of the ifc file that I am studying to convert from ifcopenshell, which converts…
-
In IFC102_Absence-of-deprecated-entities.feature, [Check for deprecated enumerated values - IFC4](https://github.com/buildingSMART/ifc-gherkin-rules/blob/347333d8095ddb7f7a6a26ff33dac4e74add42a7/featu…