Arch: Allow precast beams to have dents too

This commit is contained in:
Yorik van Havre
2016-06-13 22:53:58 -03:00
parent 3e531bbe5c
commit 3a86b5efa3
2 changed files with 40 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ class _CommandStructure:
if elt in self.precast.PrecastTypes:
self.precast.setPreset(elt)
self.Profile = "Precast_" + elt
if elt == "Pillar":
if elt in ["Pillar","Beam"]:
self.dents.form.show()
else:
self.dents.form.hide()