I think the clone() function may be of some use here.

If a variable points to an object and you do something to the variable, does it affect the object?



model2 = model;


Is there such a...