Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / fillet2d_operation.doc
1 /*!
2
3 \page fillet2d_operation_page Fillet 2D
4
5 This operation creates fillets on the corners of a <b>2D Planar Face</b>
6 or a <b>Shell, made of 2D Planar Faces</b>.
7
8 \image html fillet2d_2.png
9
10 To produce a <b>Fillet 2D</b> in the <b>Main Menu</b> select 
11 <b>Operations - > Fillet 2D</b>
12
13 Define the <b>Planar Face</b> or the <b>Shell</b> to create a fillet
14 on, select the necessary vertexes on this shape in the OCC Viewer and
15 define the \b Radius of the Fillet.
16
17 \b Note: This operation works only for <b>Planar 2D Faces</b> and
18 shells, made of such faces. For shells, only corner vertexes are
19 available for fillet building, i.e. the vertexes that belong to only
20 one face of this shell.
21
22 <b>TUI Command:</b> <em>geompy.MakeFillet2D(Shape, R, ListVertexes)</em>
23 \n <b>Arguments:</b> Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
24 \n <b>Advanced options</b> \ref preview_anchor "Preview"
25
26 <b>Examples:</b>
27
28 \image html fillet2d_1.png
29
30 Our <b>TUI Scripts</b> provide you with useful examples of the use of
31 \ref tui_fillet2d "Transformation Operations".
32
33 */