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.
In this dialog:
To copy the data click on 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:
TUI Command: geompy.TransferData(ObjectFrom, ObjectTo, FindMethod),
where ObjectFrom is a data source object, ObjectTo is a destination object and FindMethod is a same shape detection method with default value GEOM.FSM_GetInPlace.
Our TUI Scripts provide you with useful example of the use of Transfer Data functionality.