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