geom/doc/salome/gui/GEOM/input/fillet2d_operation.doc

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2009-02-13 17:16:39 +05:00
/*!
\page fillet2d_operation_page Fillet 2D
2012-08-09 13:58:02 +06:00
This operation creates fillets on the corners of a <b>2D Planar Face</b>
or a <b>Shell, made of 2D Planar Faces</b>.
2009-02-13 17:16:39 +05:00
\image html fillet2d_2.png
2012-08-09 13:58:02 +06:00
To produce a <b>Fillet 2D</b> in the <b>Main Menu</b> select
<b>Operations - > Fillet 2D</b>
2009-02-13 17:16:39 +05:00
2012-08-09 13:58:02 +06:00
Define the <b>Planar Face</b> or the <b>Shell</b> to create a fillet
on, select the necessary vertexes on this shape in the OCC Viewer and
define the \b Radius of the Fillet.
2009-02-13 17:16:39 +05:00
2012-08-09 13:58:02 +06:00
\b Note: This operation works only for <b>Planar 2D Faces</b> and
shells, made of such faces. For shells, only corner vertexes are
available for fillet building, i.e. the vertexes that belong to only
one face of this shell.
2009-02-13 17:16:39 +05:00
2012-08-09 13:58:02 +06:00
<b>TUI Command:</b> <em>geompy.MakeFillet2D(Shape, R, ListVertexes)</em>
2009-02-13 17:16:39 +05:00
\n <b>Arguments:</b> Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
2012-08-09 13:58:02 +06:00
\n <b>Advanced options</b> \ref preview_anchor "Preview"
2009-02-13 17:16:39 +05:00
<b>Examples:</b>
\image html fillet2d_1.png
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_fillet2d "Transformation Operations".
*/