geom/doc/salome/gui/GEOM/input/fillet1d_operation.doc
2012-08-09 07:58:02 +00:00

36 lines
1.2 KiB
Plaintext

/*!
\page fillet1d_operation_page Fillet 1D
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 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 - > 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: Use option <b>Fuse collinear edges to allow bigger radius</b>
to allow ignoring of possible secant points, i.e. the
joints of collinear edges, thus processing such edges as one.
<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 "Filleted Wire"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_fillet1d "Transformation Operations".
*/