/*! \page offset_operation_page Offset Surface \n To produce an Offset Surface in the Main Menu select Operations - > Transformation - > Offset Surface \n This operation translates each point of an \b Object (a set of Objects) along a local normal by a given \b Offset distance (signed number, negative value meaning inner offset). \n \b Offset operation is applicable to faces, shells and solids. \n The \b Result will be a \b GEOM_Object \n TUI Command: geompy.MakeOffset(Shape, Offset), where Shape is a shape(s) which has to be an offset, Offset is a value of the offset. \n Arguments: Name + Object (face(s), shell(s), solid(s)) + Offset value \n Advanced option: \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments". \image html transformation11.png \n Example: \image html offsetsn.png "The box and its offset surface" Our TUI Scripts provide you with useful examples of the use of \ref tui_offset "Transformation Operations". */