Arch: Fixed orientation of CTH profile

This commit is contained in:
Yorik van Havre
2018-08-01 22:16:50 -03:00
parent f68f3140af
commit c18fed19cc

View File

@@ -134,6 +134,7 @@ class _ProfileC(_Profile):
cs1=c1.toShape()
cs2=c2.toShape()
p=Part.makeRuledSurface(cs2,cs1)
p.reverse()
obj.Shape = p
obj.Placement = pl