Enabled drilling of arcs.
This commit is contained in:
committed by
Yorik van Havre
parent
1a8d4b3879
commit
7bd176b8dd
@@ -63,7 +63,7 @@ class DRILLGate:
|
||||
if hasattr(obj, "Shape") and sub:
|
||||
shape = obj.Shape
|
||||
subobj = shape.getElement(sub)
|
||||
return PathUtils.isDrillable(shape, subobj)
|
||||
return PathUtils.isDrillable(shape, subobj, includePartials = True)
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user