How to reuse IFC models?
See original GitHub issueHi,
Could it be made clear somewhere how to reuse IFC models so that createSubset
works?
~~Here’s my code where I’ve been trying to get this going https://github.com/mysterybear/reuse-ifc-subsets-issue~~ Edit: this repo https://github.com/mysterybear/many-ifc-test is the better example now, see below, it’s just vanilla Three.js also now, no R3F
I don’t seem to be able to isolate the IFC loader or manager to concern itself with only the IFC for its particular component
IFCManager isn’t exported either right? I would have tried hooking it up manually
Issue Analytics
- State:
- Created a year ago
- Comments:17
Top Results From Across the Web
Reuse of externally defined information concepts #53 - GitHub
Reusing externally defined concepts is a good practice for information modelling. The IFC model is a complete standalone model, ...
Read more >Removing duplicated geometries in IFC models using rigid ...
Considering the stage of design, there exist some explicit sharing concepts defined in the IFC schema. For the reuse of geometric items the ......
Read more >Brochure | Scaling ReWater - International Finance Corporation
... wastewater treatment and water reuse infrastructure in emerging economies through unlocking public and private finance using blended financing models.
Read more >How to reuse the same xBim code for Ifc2x3 and Ifc4
I am working on a project that requires parsing IFC files using xBim and I need support both Ifc2x3 and Ifc4. Most of...
Read more >How do I include and instance IFC files in other IFC files?
Most text based standards have the ability to include / reference other files and create instances of them. This would be essential if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oh crap there’s a bug in there, I’m adding the first model twice, let me fix that
Yeah you’re right so this works now https://github.com/mysterybear/many-ifc-test/blob/b2bc56f0a6e0c7707357b5e790e616b3e9996065/src/App.tsx#L63-L86
Thanks
Haven’t tried the subsets approach to this problem yet either, so that gives me some stuff to run with for now so will close for now, thanks 😃