# clone

Clones the selected model.

# Parameters

name : str
String nameing the clone. Return GX model identical to the selected

# See also

# Examples

model2d.clone()
model2d.clone("Cloned 2D model")
model3d.clone("Cloned 3D model")