Example #1
0
 public void ConvertToMM()
 {
     Curves.ForEach(curve => curve.ConvertToMM());
     Origin.ConvertToMM();
 }