draftgeoutils.fillets Namespace Reference

Functions

def fillet (lEdges, r, chamfer=False)
 
def filletWire (aWire, r, chamfer=False)
 

Variables

 Part = lz.LazyLoader("Part", globals(), "Part")
 

Function Documentation

◆ 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.

Variable Documentation

◆ Part

draftgeoutils.fillets.Part = lz.LazyLoader("Part", globals(), "Part")