Exemplo n.º 1
0
 public Sliced_path_item(Sliced_path_item_type type, int i) : base(i)
 {
     Item_type = type;
 }
Exemplo n.º 2
0
 public Sliced_path_item(Sliced_path_item_type type, Polyline p) : base(p)
 {
     Item_type = type;
 }
Exemplo n.º 3
0
 public Sliced_path_item(Sliced_path_item_type type) : base()
 {
     Item_type = type;
 }