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

/inkscape/share/extensions/
H A Dgcodetools.py3628 self.OptionParser.add_option("", "--dxfpoints-action", action="store", type="string", dest="dxfpoints_action", default='replace', help="dxfpoint sign toggle")
4509 # print_(("got dxfpoints array=",points))
4544 dxfpoints = []
4582 dxfpoints += [[x,y]]
4595 dxfpoints=sort_dxfpoints(dxfpoints)
4596 gcode+=print_dxfpoints(dxfpoints)
4662 ### dxfpoints
4665 def dxfpoints(self): member in class:Gcodetools
6661 elif self.options.active_tab not in ['"dxfpoints"','"pat
[all...]

Completed in 26 milliseconds