Draft: Better docstring for DraftGeomUtils.fillet()
This commit is contained in:
parent
4379846dfa
commit
18624df555
|
@ -1673,7 +1673,7 @@ def arcFromSpline(edge):
|
|||
# Fillet code graciously donated by Jacques-Antoine Gaudin
|
||||
|
||||
def fillet(lEdges,r,chamfer=False):
|
||||
''' Take a list of two Edges & a float as argument,
|
||||
'''fillet(lEdges,r,chamfer=False): Take a list of two Edges & a float as argument,
|
||||
Returns a list of sorted edges describing a round corner'''
|
||||
|
||||
def getCurveType(edge,existingCurveType = None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user