Creates a copy of the model.
Creates either a named or unnamed copy of the model.
Syntax
model_name.copy
model_name.copy dest_name
Examples
m1.copy
creates an unnamed copy of the model M1.
m1.copy m2
creates M2, a copy of the model M1.
Cross-references