duplicate# Modeler3DLayout.duplicate(objectlists, count, direction_vector)[source]# Duplicate one or more elements along a vector. Parameters: objectlistslistList of elements to duplicate. countint direction_vectorlistList of [x,y] coordinates for the direction vector. Returns: boolTrue when successful, False when failed. References >>> oEditor.Duplicate Copy to clipboard