Salome HOME
8bf2ee1f634828a2f5faf9e784e127f0896860ed
[modules/geom.git] / doc / salome / gui / GEOM / input / fillet_operation.doc
1 /*!
2
3 \page fillet_operation_page Fillet
4
5 \n To produce a \b Fillet in the <b>Main Menu</b> select 
6 <b>Operations - > Transformation - > Fillet</b>
7
8 \n This operation creates fillets on the edges of a shape.
9 \n The \b Result will be a \b GEOM_Object.
10
11 \n To create fillets on all edges of the given shape, you need to
12 select the <b>Main Object</b> to create a fillet on and to define the \b Radius of the
13 Fillet.
14 \n <b>TUI Command:</b> <em>geompy.MakeFilletAll(Shape, R)</em>
15 \n <b>Arguments:</b> Name + 1 shape + 1 value (fillet radius).
16
17 \image html fillet1.png
18
19 \n To create fillets on the specified edges or faces of the given
20 shape, you need to define the <b>Main Object</b> to create a fillet
21 on, select the necessary edges or faces in the OCC Viewer and define
22 the \b Radius of the Fillet.
23 \n <b>TUI Command:</b> <em>geompy.MakeFillet(Shape, R, ShapeType, ListShapes)</em>
24 \n <b>Arguments:</b> Name + 1 shape + one or several edges (or faces)
25 + 1 value (Fillet radius).
26
27 \n Alternatively, there is a possibility to create a fillet with a
28 variable radius.  For this, toggle the lower radio button and define
29 \b R1 (the radius at the start of the selected edge(s)) and \b R2 
30 (the radius at the end of the selected edge(s))
31
32 \image html fillet2.png
33
34 \image html fillet3.png
35
36 \n <b>Examples:</b>
37
38 \image html fillet_all.png
39 <center><em>Fillet on all</em></center>
40
41 \image html fillet_edge.png
42 <center><em>Fillet on an edge</em></center>
43
44 \image html fillet_prism.png
45 <center><em>Fillet on a Face</em></center>
46
47 Our <b>TUI Scripts</b> provide you with useful examples of the use of
48 \ref tui_fillet "Transformation Operations".
49
50 */