Exemplo n.º 1
0
 public MeshVertexGeometry(MeshFigure Mesh)
 {
     this.Mesh = Mesh;
 }
Exemplo n.º 2
0
 public MeshGeometry(MeshFigure Mesh)
 {
     this.Mesh = Mesh;
 }