To Modify the Location in the Main Menu select Operations - > Transformation - > Modify the Location
This operation modifies the Location of an Object.
The Result will be a GEOM_Object.
TUI Command: geompy.MakePosition(theObject, theStartLCS, theEndLCS), where theObject is a shape, location of which is modified, theStartLCS is a location to move the shape from, theEndLCS is a location to move the shape to.
Arguments: Name + 1 GEOM_Object + [Starting Coordinate System] + End Coordinate System.
Create a copy checkbox allows to keep the initial object, otherwise it will be removed.
Example:
Our TUI Scripts provide you with useful examples of the use of Transformation Operations.