We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using thatopen/components to load an IFC. The model loads without errors, but the geometry is very wrong. I can send a model privately.
thatopen/components
Here are my settings
const excludedCats = [ WEBIFC.IFCTENDONANCHOR, WEBIFC.IFCREINFORCINGBAR, WEBIFC.IFCREINFORCINGELEMENT, WEBIFC.IFCSPACE, WEBIFC.IFCRAILING, WEBIFC.IFCFURNISHINGELEMENT, WEBIFC.IFCSTAIR, WEBIFC.IFCSTAIRFLIGHT, WEBIFC.IFCRAMPFLIGHT, WEBIFC.IFCFLOWTERMINAL, WEBIFC.IFCDISCRETEACCESSORY, WEBIFC.IFCDISTRIBUTIONELEMENT, WEBIFC.IFCDISTRIBUTIONFLOWELEMENT, WEBIFC.IFCSITE, WEBIFC.IFCCOLUMN, WEBIFC.IFCBUILDINGELEMENTPROXY, ]; for (const cat of excludedCats) { fragmentIfcLoader.settings.excludedCategories.add(cat); } fragmentIfcLoader.settings.webIfc.COORDINATE_TO_ORIGIN = true;
0.66
No response
In the screenshot below, I have highlighted one of the objects with incorrect geometry.
The text was updated successfully, but these errors were encountered:
Can you share this model?
Sorry, something went wrong.
I could share the whole model, but privately
Perfect send it to [email protected]
Hello, I just wanted to make sure that you got the model, since my email hasn't been replied to. Did you receive it?
Hello
Yes, i received it
No branches or pull requests
What happened?
I'm using
thatopen/components
to load an IFC. The model loads without errors, but the geometry is very wrong. I can send a model privately.Here are my settings
Version
0.66
What browsers are you seeing the problem on?
No response
Relevant log output
Anything else?
In the screenshot below, I have highlighted one of the objects with incorrect geometry.
The text was updated successfully, but these errors were encountered: