draftfunctions.svgshapes Namespace Reference

Functions

def get_circle (plane, fill, stroke, linewidth, lstyle, edge)
 
def get_discretized (edge, plane)
 
def get_ellipse (plane, fill, stroke, linewidth, lstyle, edge)
 
def get_path (obj, plane, fill, pathdata, stroke, linewidth, lstyle, fill_opacity=None, edges=[], wires=[], pathname=None)
 
def get_proj (vec, plane=None)
 
def getCircle (plane, fill, stroke, linewidth, lstyle, edge)
 
def getDiscretized (edge, plane)
 
def getEllipse (plane, fill, stroke, linewidth, lstyle, edge)
 
def getPath (obj, plane, fill, pathdata, stroke, linewidth, lstyle, fill_opacity, edges=[], wires=[], pathname=None)
 
def getProj (vec, plane=None)
 

Variables

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

Variable Documentation

◆ DraftGeomUtils

draftfunctions.svgshapes.DraftGeomUtils = lz.LazyLoader("DraftGeomUtils", globals(), "DraftGeomUtils")

◆ Part

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

◆ TechDraw

draftfunctions.svgshapes.TechDraw = lz.LazyLoader("TechDraw", globals(), "TechDraw")