Arch: Fixed orientation of CTH profile

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

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