X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Ffillet1d_operation.doc;h=861a6ae937edc1c05b4270186f357eeeffee083b;hb=4fba47faef4e78e8730b1083c11f84adf2cf6e6a;hp=4d9ef7f9de55aaae87ce06ef738cda2199301e81;hpb=3f0d8467530f7c60b842c2ebacc4133e085f42d1;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/fillet1d_operation.doc b/doc/salome/gui/GEOM/input/fillet1d_operation.doc index 4d9ef7f9d..861a6ae93 100644 --- a/doc/salome/gui/GEOM/input/fillet1d_operation.doc +++ b/doc/salome/gui/GEOM/input/fillet1d_operation.doc @@ -4,24 +4,26 @@ This operation creates fillets on the corners of a Wire with Planar Edges. -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 Main Menu select -Operations - > Transformation - > Fillet 1D +Operations - > Fillet 1D Define the Wire with planar Edges 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 Planar Edges Only. +\b Note: This Operation Works for the Wires with Planar Edges only. TUI Command: geompy.MakeFillet1D(Shape, R, ListVertexes) \n Arguments: Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius). +\n Advanced options \ref preview_anchor "Preview" Examples: -\image html fillet1d_1.png +\image html fillet1d_1.png "Filleted Wire" Our TUI Scripts provide you with useful examples of the use of \ref tui_fillet1d "Transformation Operations".