duplicate_and_mirror# UserDefinedComponent.duplicate_and_mirror(position, vector)[source]# Duplicate and mirror a selection. Parameters: positionfloatList of the [x, y, z] coordinates or Application.Position object for the selection. vectorfloatList of the [x1, y1, z1] coordinates or Application.Position object for the vector. Returns: listList of objects created or an empty list. References >>> oEditor.DuplicateMirror Copy to clipboard