Skip to content
New issue

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

Doughnut-shaped rooms are not supported #15

Open
brunopostle opened this issue Nov 3, 2021 · 0 comments
Open

Doughnut-shaped rooms are not supported #15

brunopostle opened this issue Nov 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@brunopostle
Copy link
Owner

Floor faces are actually discarded and a new floor slab created from the outline of the room perimeter wall. This code doesn't have any understanding of doughnut shaped rooms.

In fact a doughnut-shaped room has two perimeters, and this situation isn't handled at all gracefully.

Similarly, the IfcSpace is extruded from the room perimeter, but it is boolean intersected with the cell, so there is some intermediate glitchyness here.

This bug doesn't effect the space boundary and structural item code, as this works with the faces in the cellcomplex.

@brunopostle brunopostle added the bug Something isn't working label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant