Lines Matching defs:add
145 (Using default header. To add your own header create file "header" in the output dir.)
154 (Using default footer. To add your own footer create file "footer" in the output dir.)
1991 # Offsets do not intersect... will add an arc...
2835 def add(self, add) :
2836 if type(add) == type([]) :
2837 self.polygon += add[:]
2839 self.polygon += add.polygon[:]
3147 surface.add(poly)
3173 surface.add(poly)
3303 self.error("Warning! Extenstion is not said to do anything! Enable one of Create in-out paths or Prepare corners checkboxes or disable Do not add in-out referense point!")
3345 # split and reverse path for further add in-out points
3381 # find corners and add some nodes
3403 # finally add let's add in-out paths...
3437 polygon.add([csp_segment_convex_hull(sp1,sp2)])
3556 surface.add(poly)
3566 self.OptionParser.add_option("", "--add-numeric-suffix-to-filename", action="store", type="inkbool", dest="add_numeric_suffix_to_filename", default=True,help="Add numeric suffix to filename")
3655 self.OptionParser.add_option("", "--in-out-path-do-not-add-reference-point", action="store", type="inkbool", dest="in_out_path_do_not_add_reference_point", default=False, help="Just add reference in-out point")
4040 self.error(_("Orientation points for '%s' layer have not been found! Please add orientation points using Orientation tab!") % layer.get(inkex.addNS('label','inkscape')),"no_orientation_points")
4391 self.error(_("Can not find tool for '%s' layer! Please add one with Tools library tab!") % layer.get(inkex.addNS('label','inkscape')), "no_tool_error")
4623 gcode += curves[key][0][2] # add comment
4650 gcode += curves[key][0][2] # add comment
6523 if spl != None and abs(cross( csp_normalized_slope(spl,sp1,1.),csp_normalized_slope(sp1,sp2,0.) )) > 0.1 : # TODO add coefficient into inx