CSG Cant pass through door

I cannot pass through my door. The physics aren’t even working for it.

Default Pic:

Here’s the Physics Geometry

I’ve attached a zip file of the place below.

if the element’s geometry is a small part of the overall size it will get ignored in the decomposition geometry.

As Spacek531 said, it’s unfortunately not considered an important enough feature by the Algorithm. I would suggest breaking the building down into Walls. On the plus side: During Hack Week I experimented with an improved algorithm which provides much more efficient shapes (It was utilized to help my “Solid Model fracturing” project). I’m hoping to look into bringing the algorithm over to our current live environment, although I don’t have an ETA at the moment.

As stated above, that’s intentional. The collision geometry is only so accurate, and the door is quite small in comparison to the rest of the CSG part, so it was omitted from the geometry.

CSG is not supposed to be used for building whole models like a house. You’re supposed to use it for complicated parts of models, not try jam the entire model into one CSG.