Salome HOME
Merge from V6_main_20120808 08Aug12
[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 Note: Use option <b>Fuse collinear edges to allow bigger radius</b>
21          to allow ignoring of possible secant points, i.e. the
22          joints of collinear edges, thus processing such edges as one.
23
24 <b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
25 \n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
26 \n <b>Advanced options:</b> \ref preview_anchor "Preview"
27
28 <b>Examples:</b>
29
30 \image html fillet1d_1.png "Filleted Wire"
31
32 Our <b>TUI Scripts</b> provide you with useful examples of the use of
33 \ref tui_fillet1d "Transformation Operations".
34
35 */