/*!
\page transformation_operations_page Transformation Operations
Geometry module provides the following transformation operations,
which allow to:
- \subpage translation_operation_page "Translate" an object by a certain vector.
- \subpage rotation_operation_page "Rotate" an object around a
certain axis by a certain angle.
- \subpage modify_location_operation_page "Move" an object to a new location.
- \subpage mirror_operation_page "Mirror" an object through a point
an axis or a plane of symmetry.
- \subpage scale_operation_page "Scale" an object by one or several scale
factors.
- Create an \subpage offset_operation_page "Offset" of the object.
- Create a simultaneous \subpage multi_translation_operation_page "Translation in several directions".
- Create a simultaneous \subpage multi_rotation_operation_page
"Rotation in several directions".
- Produce a \subpage fillet_operation_page "Fillet" on the selected
edges of the object.
- Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.
- Produce a \subpage chamfer_operation_page "Chamfer" on the
selected edges of the object.
*/