FreeCAD: master e352e169

Author Committer Branch Timestamp Parent
yorik yorik master 2014-01-14 19:16:04 master e14a9e49
Affected Issues  0000980: Arch module - Define height and capping of walls automatically
Changeset Arch: Automatic wall height - fixes 0000980

+ Walls can now be capped by roofs, by subtracting a roof from them
+ Walls and Structs with height = 0 take height from their parent floor
+ Changing the placement of a floor changes all the placements of its children
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/ArchFloor.py Diff File
mod - src/Mod/Arch/ArchRoof.py Diff File
mod - src/Mod/Arch/ArchStructure.py Diff File
mod - src/Mod/Arch/ArchWall.py Diff File
mod - src/Mod/Draft/DraftSnap.py Diff File