Salome HOME
Issue "21187: EDF 1137 GEOM: Performance issue when manipulating large models" ...
[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 \n <b>Advanced options</b> \ref preview_anchor "Preview"
20
21 <b>Examples:</b>
22
23 \image html fillet2d_1.png
24
25 Our <b>TUI Scripts</b> provide you with useful examples of the use of
26 \ref tui_fillet2d "Transformation Operations".
27
28 */