示例#1
0
 public static void SnubDodecahedron(string unparsed)
 {
     CreatePolyhedronX64.InstallNewInstance("SnubDodecahedron");
 }
示例#2
0
 public static void TruncatedDodecahedron(string unparsed)
 {
     CreatePolyhedronX64.InstallNewInstance("TruncatedDodecahedron");
 }
示例#3
0
 public static void SnubCube(string unparsed)
 {
     CreatePolyhedronX64.InstallNewInstance("SnubCube");
 }
示例#4
0
 public static void Icosahedron(string unparsed)
 {
     CreatePolyhedronX64.InstallNewInstance("Icosahedron");
 }
示例#5
0
 private static void Polyhedron(string unparsed)
 {
     CreatePolyhedronX64.InstallNewInstance(unparsed);
 }