コード例 #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;
 }