move# Modeler2D.move(assignment, vector)[source]# Move objects from a list. Parameters: assignmentlist, Position objectList of object IDs. vectorlistVector of the direction move. It can be a list of the [x, y, z] coordinates or a Position object. Returns: boolTrue when successful, False when failed. References >>> oEditor.Move