/*! \page transfer_data_page Transfer Data This operation performs copying of non-topological data from one shape to another. The topology of the destination object will not change, only non-topological data will be transferred (if it is present in the source object). It is possible to transfer the following data with this operation: To use this operation, select in the Main Menu Operations -> Transfer Data. The following dialog box will appear. \image html transfer_data1.png "Transfer Data Dialog" In this dialog: To copy the data click on \b Apply or Apply and Close button. It is possible to see how many names and materials are copied as well as the maximum number of names and materials available for copying. This information is provided in the following message box: \image html transfer_data2.png "Transfer Data Information" TUI Command: geompy.TransferData(ObjectFrom, ObjectTo, FindMethod),
where \em ObjectFrom is a data source object, \em ObjectTo is a destination object and \em FindMethod is a same shape detection method with default value \em GEOM.FSM_GetInPlace. Our TUI Scripts provide you with useful example of the use of \ref swig_TransferData "Transfer Data" functionality. */