Example #1
0
 public static string InvertedXXaml(this Visual3D v3d)
 {
     v3d.InvertZ();
     return XamlWriter.Save(v3d);
 }