Salome HOME
0020432: EDF 1029 GEOM : Fillet 1D
[modules/geom.git] / doc / salome / gui / GEOM / input / fillet1d_operation.doc
1 /*!
2
3 \page fillet1d_operation_page Fillet 1D
4
5 This operation creates fillets on the corners of a <b>Wire with Planar
6 Edges</b>.
7 Note, that each couple of edges connected with a vertex, where 1D fillet should be
8 constructed, have to be in same plane.
9 \image html fillet1d_2.png
10
11 To produce a \b Fillet 1D in the <b>Main Menu</b> select 
12 <b>Operations - > Transformation - > Fillet 1D</b>
13
14 Define the <b>Wire with planar Edges</b> to create a fillet on, select the necessary 
15 vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
16
17 \b Note: This Operation Works for the Wires with <b>Planar Edges</b> Only.
18
19 <b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
20 \n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
21
22 <b>Examples:</b>
23
24 \image html fillet1d_1.png
25
26 Our <b>TUI Scripts</b> provide you with useful examples of the use of
27 \ref tui_fillet1d "Transformation Operations".
28
29 */