Beispiel #1
0
 public Element(string json, va3cElementType type, Material material, Layer layer)
 {
     GeometryJson = json;
     Type = type;
     Material = material;
     Layer = layer;
 }
Beispiel #2
0
 public Element(string json, va3cElementType type, Material material, Layer layer)
 {
     GeometryJson = json;
     Type         = type;
     Material     = material;
     Layer        = layer;
 }
Beispiel #3
0
 public Element(string json, va3cElementType type)
 {
     GeometryJson = json;
     Type = type;
 }
Beispiel #4
0
 public Element(string json, va3cElementType type)
 {
     GeometryJson = json;
     Type         = type;
 }