Salome HOME
d2b4b676614229fb8de63bd3d86be16614b9c61d
[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 The \b Result will be a \b GEOM_Object 
13 \n <b>TUI Command:</b> <em>geompy.MakeOffset(Shape, Offset),</em>
14 where Shape is a shape(s) which has to be an offset, Offset is a value of
15 the offset.
16 \n <b>Arguments:</b> Name + Object (face(s), shell(s), solid(s)) +
17 Offset value
18
19 \image html transformation11.png
20
21 \n <b>Example:</b>
22
23 \image html offsetsn.png
24
25 Our <b>TUI Scripts</b> provide you with useful examples of the use of
26 \ref tui_offset "Transformation Operations".
27
28 */