Salome HOME
Merge from V5_1_main branch 24/11/2010
[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
7 \image html fillet2d_2.png
8
9 To produce a \b Fillet 2D in the <b>Main Menu</b> select 
10 <b>Operations - > Fillet 2D</b>
11
12 Define the <b>Planar Face</b> to create a fillet on, select the necessary 
13 vertexes on this face in the OCC Viewer and define the \b Radius of the Fillet.
14
15 \b Note: This Operation Works for the <b>Planar 2D</b> Faces Only.
16
17 <b>TUI Command:</b> <em>geompy.MakeFillet2D(Shape, R, ListVertexes)</em>
18 \n <b>Arguments:</b> Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
19
20 <b>Examples:</b>
21
22 \image html fillet2d_1.png
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of
25 \ref tui_fillet2d "Transformation Operations".
26
27 */