예제 #1
0
파일: path_gen.cs 프로젝트: robgrz/matmill
 public Sliced_path_item(Sliced_path_item_type type, int i) : base(i)
 {
     Item_type = type;
 }
예제 #2
0
파일: path_gen.cs 프로젝트: robgrz/matmill
 public Sliced_path_item(Sliced_path_item_type type, Polyline p) : base(p)
 {
     Item_type = type;
 }
예제 #3
0
파일: path_gen.cs 프로젝트: robgrz/matmill
 public Sliced_path_item(Sliced_path_item_type type) : base()
 {
     Item_type = type;
 }