Salome HOME
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
[modules/geom.git] / doc / salome / gui / GEOM / input / fillet1d_operation.doc
index 4d9ef7f9de55aaae87ce06ef738cda2199301e81..861a6ae937edc1c05b4270186f357eeeffee083b 100644 (file)
@@ -4,24 +4,26 @@
 
 This operation creates fillets on the corners of a <b>Wire with Planar
 Edges</b>.
-Note, that each couple of edges connected with a vertex, where 1D fillet should be
-constructed, have to be in same plane.
+Note that each couple of edges connected with a vertex, where 1D fillet should be
+constructed, have to lie in the same plane.
+
 \image html fillet1d_2.png
 
 To produce a \b Fillet 1D in the <b>Main Menu</b> select 
-<b>Operations - > Transformation - > Fillet 1D</b>
+<b>Operations - > Fillet 1D</b>
 
 Define the <b>Wire with planar Edges</b> to create a fillet on, select the necessary 
 vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
 
-\b Note: This Operation Works for the Wires with <b>Planar Edges</b> Only.
+\b Note: This Operation Works for the Wires with <b>Planar Edges</b> only.
 
 <b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
 \n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
+\n <b>Advanced options</b> \ref preview_anchor "Preview"
 
 <b>Examples:</b>
 
-\image html fillet1d_1.png
+\image html fillet1d_1.png "Filleted Wire"
 
 Our <b>TUI Scripts</b> provide you with useful examples of the use of
 \ref tui_fillet1d "Transformation Operations".