private void RunScript(object Model_in)
var model = Model_in as Model;
throw new ArgumentException("The input is not of type model!");
Print("Number of Elements: " + model.elems.Count);
Print("Number of Materials: " + model.materials.Count);
Print("Number of Cross sections: " + model.crosecs.Count);