clone# Modeler2D.clone(assignment: list) → tuple[bool, list]# Clone objects from a list of object IDs. Parameters: assignmentlistList of object IDs. Returns: boolTrue when successful, False when failed. listList of names of objects cloned when successful. References >>> oEditor.Copy >>> oEditor.Paste