Exemplo n.º 1
0
 public static void WriteLine(GH_IWriter writer, string itemName, Line data)
 {
     writer.SetLine(itemName, data.ToIO());
 }