|
Part = lz.LazyLoader("Part", globals(), "Part") | |
|
◆ fillet()
def draftgeoutils.fillets.fillet |
( |
|
lEdges, |
|
|
|
r, |
|
|
|
chamfer = False |
|
) |
| |
Return a list of sorted edges describing a round corner.
Author: Jacques-Antoine Gaudin
References DraftVecUtils.precision().
◆ filletWire()
def draftgeoutils.fillets.filletWire |
( |
|
aWire, |
|
|
|
r, |
|
|
|
chamfer = False |
|
) |
| |
Fillet each angle of a wire with r as radius.
If chamfer is true, a `chamfer` is made instead, and `r` is the
size of the chamfer.
◆ Part
draftgeoutils.fillets.Part = lz.LazyLoader("Part", globals(), "Part") |