/*! \page rotation_page Rotation \n This operation allows to rotate in space your mesh or some of its elements. \image html rotation_ico.png "Rotation button" To rotate your mesh: \par From the \b Modification choose \b Transformation and from its sub-menu select the \b Rotation item. The following dialog box shall appear: \image html rotation.png \par In this dialog box you can specify the elements which should be rotated and the rotation parameters: \n Toggle the corresponding checkbox to Select whole mesh, submesh or group. \n When Move elements radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location \n When Copy elements radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the rotation. \n When Create as new mesh radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_rotated (you can change this name in the adjacent box). \n Copy groups checkbox allows copying the groups of elements of the source mesh to the newly created one. \par \image html rotation1.png "The initial mesh" \image html rotation2.png "The rotated mesh"
See Also a sample TUI Script of a \ref tui_rotation "Rotation" operation. */