Bui Trong Vuong

Results 20 issues of Bui Trong Vuong

- When converting to .bim the file size is too large. The solution can be to use Flatbuffer for file compression(https://flatbuffers.dev) and protobuffer for file transfer over HTTP/2x networks./(https://github.com/protocolbuffers/protobuf). -...

enhancement
question

### Describe the feature you'd like: This library's amazing. it's very helpful if can merge interleavedBuffer

enhancement

### Describe the bug I got this bug when i open a large file (>3GB) in Chrome. How can i fixed ### Reproduction https://github.com/RyugaRyuzaki ### System Info ```Shell Chrome ```...

Hi all, anyone has any tutorial how to integrate this library to @nestjs microservices (especially with transport gRPC or RabbitMQ)?

### Describe the bug 📝 I'm using bim-fragment in Nodejs, it throw error ### Reproduction ▶️ https://github.com/RyugaRyuzaki/bim-fragment-server.git ### Steps to reproduce 🔢 1. Run "npm install" 2. Run "npm run...

bug

### Describe the bug 📝 - When I load a model ~1.3 GB, the program will throw an error about Set at this line https://github.com/ThatOpen/engine_components/blob/main/src/fragments/FragmentIfcStreamer/src/fragment-props-stream-converter.ts#L121 - That reminds me of...

bug

### Description 📝 Normally, when using any class, I just need new OBC.MYCOmponent. But now the OBC.GeometryCullerRenderer class is not exported.https://github.com/IFCjs/components/blob/main/src/fragments/FragmentIfcStreamer/src/geometry-culler-renderer.ts ### Suggested solution 💡 Is it possible to export...

feature

### Description 📝 Usually when we parse a model, the process will take place in 2 parts, one is the geometry parser and the property parser (like link https://github.com/IFCjs/components/blob/main/src/fragments/FragmentIfcLoader/index.ts#L135-L141 ,...

feature

### What happened? When i try to create IfcGeometricRepresentationSubContext : ``` this.IfcGeometricRepresentationSubContext1 = new IFC4X3.IfcGeometricRepresentationSubContext( new IFC.IfcLabel("Axis"), new IFC.IfcLabel("Model"), this.IfcAxis2PlacementGlobal3D, this.IfcGeometricRepresentationContext, new IFC.IfcPositiveRatioMeasure(1e-3), IFC.IfcGeometricProjectionEnum.GRAPH_VIEW, new IFC.IfcLabel("") ); ``` Then i...

bug

### What is your idea? I'm integrating this feature. For example, i want to move a model to objectPlacement with this info : ![image](https://github.com/ThatOpen/engine_web-ifc/assets/89787521/e3e75822-dbcf-4927-8d67-08564e8d2161) From typescript, i can not get...

enhancement