engine_fragment icon indicating copy to clipboard operation
engine_fragment copied to clipboard

Results 10 engine_fragment issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [1.6.0](https://github.com/ThatOpen/engine_fragment/compare/v1.5.0...v1.6.0) (2024-05-10) ### Features * make color per item editable ([475f209](https://github.com/ThatOpen/engine_fragment/commit/475f209f3ac20a3f499391c4c44751762e0b4289)) * make streamed properties non-zipped ([c5e6eb2](https://github.com/ThatOpen/engine_fragment/commit/c5e6eb2d7d24eb8c95316867e6763cb2c4c058a8)) * restructure repo,...

autorelease: pending

### 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

### Description 📝 As an engineer, I'd like to be able to send incremental updates to a `FragmentsGroup` over a network. I'm using this set of libraries to make a...

feature

### Describe the bug 📝 I'm trying to clone a `FragmentsGroup`. I assumed this would be possible, because `FragmentsGroup` extends `Group`. However, it fails with `Cannot read properties of undefined`....

bug

Related to [this PR on OBC](https://github.com/IFCjs/components/pull/5). Fix here first and create a new build that will be used in OBC.

### Describe the bug 📝 I am upgrading from `2.0.4` to the latest version (`2.1.6`) and all my old fragment files have stopped working. The geometryIDs have changed. I've pinpointed...

bug

:robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/ThatOpen/engine_fragment/compare/v2.1.0...v2.1.0) (2024-07-31) ### Features * allow custom streaming function ([c820d3d](https://github.com/ThatOpen/engine_fragment/commit/c820d3d43e244f12eab0227ab4c58923eb729ba2)) * implement fragment cloning ([88cd07b](https://github.com/ThatOpen/engine_fragment/commit/88cd07b3a8151250fc8eb6da4d773f07345fabcd)) * support distinction between streamed/non-streamed...

autorelease: pending

### Description 📝 The viewer becomes data-intensive due to the repeated requests for property files, which are not cached and must be retrieved anew each time properties need to be...

feature

### Description 📝 It would be cool if, just as the FragmentsGroup is able to create FragmentIdMaps, that it also provides a method to combine them. ### Suggested solution 💡...

feature

### Describe the bug 📝 I am moving the position of my FragmentsGroups within the scene coordinate system based on third-party offsets. Some tools work as expected (Highlighter correctly highlights...

bug