Salome HOME
small modification
[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 lie in the same plane.
9
10 \image html fillet1d_2.png
11
12 To produce a \b Fillet 1D in the <b>Main Menu</b> select 
13 <b>Operations - > Fillet 1D</b>
14
15 Define the <b>Wire with planar Edges</b> to create a fillet on, select the necessary 
16 vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
17
18 \b Note: This Operation Works for the Wires with <b>Planar Edges</b> only.
19
20 <b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
21 \n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
22 \n <b>Advanced options</b> \ref preview_anchor "Preview"
23
24 <b>Examples:</b>
25
26 \image html fillet1d_1.png "Filleted Wire"
27
28 Our <b>TUI Scripts</b> provide you with useful examples of the use of
29 \ref tui_fillet1d "Transformation Operations".
30
31 */