Searched defs:add_arc (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py3272 def add_arc(sp1,sp2,end = False,l=10.,r=10.) : function in function:Gcodetools.plasma_prepare_path
3281 # r is needed only for be compatible with add_arc
3292 # r is needed only for be compatible with add_arc
3315 add_func = {"Round":add_arc, "Perpendicular": add_normal, "Tangent": add_tangent}[self.options.in_out_path_type]

Completed in 34 milliseconds