BIM: Face property of Wall is ignored
- Dominant language
- C++
- Stars
- 33.6k
- Forks
- 6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Problem description
Walls have a Face property. AFAICT this intended for faces of Space objects. The wall should then be created by extruding a face of the Space.
But looking at the code this behavior is effectively blocked. If a Space object is the Base of the wall it will most likely have solids.
https://github.com/FreeCAD/FreeCAD/blob/14d276b120235866b67182f4476347849e167ad6/src/Mod/BIM/ArchWall.py#L880-L889
### Full version info
```shell
1.1 dev
```
### Subproject(s) affected?
None
### Anything else?
_No response_
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.