Salome HOME
Merge remote-tracking branch 'remotes/origin/hydro/imps_2017_salome_83' into HEAD
[modules/geom.git] / doc / salome / gui / GEOM / input / offset_operation.doc
1 /*!
2
3 \page offset_operation_page Offset Surface
4
5 \n To produce an <b>Offset Surface</b> in the <b>Main Menu</b> select
6 <b>Operations - > Transformation - > Offset Surface</b>
7
8 \n This operation translates each point of an \b Object (a set of
9 Objects) along a local normal by a given \b Offset distance (signed
10 number, negative value meaning inner offset).
11 \n \b Offset operation is applicable to faces, shells and solids.
12 \n \ref restore_presentation_parameters_page "Advanced options".
13
14
15 \image html transformation11.png
16
17 \n <b>Example:</b>
18
19 \image html offsetsn.png "The box and its offset surface"
20
21 \n <b>TUI Command:</b> <em>geompy.MakeOffset(Shape, Offset),</em>
22 where Shape is a shape(s) which has to be an offset, Offset is a value of
23 the offset.
24 \n <b>Arguments:</b> Name + Object (face(s), shell(s), solid(s)) +
25 Offset value.
26 \n The \b Result will be a \b GEOM_Object. 
27
28 Our <b>TUI Scripts</b> provide you with useful examples of the use of
29 \ref tui_offset "Transformation Operations".
30
31 */