flangedWall: Do inger holes for h edge
if there is a flange at that side
This commit is contained in:
parent
0938d12aa0
commit
20ab2a1bed
|
@ -2010,7 +2010,7 @@ class Boxes:
|
|||
rr = min(r, max(flanges[i], flanges[i+1]))
|
||||
self.cc(callback, i, x=-rl)
|
||||
if flanges[i]:
|
||||
if edges[i] is self.edges["F"]:
|
||||
if edges[i] is self.edges["F"] or edges[i] is self.edges["h"]:
|
||||
self.fingerHolesAt(flanges[i-1]+t-rl, 0.5*t+flanges[i], l,
|
||||
angle=0)
|
||||
self.edge(l+flanges[i-1]+flanges[i+1]+edges[i-1].endwidth()+edges[i+1].startwidth()-rl-rr)
|
||||
|
|
Loading…
Reference in New Issue