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