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

31 lines
970 B
Plaintext
Raw Normal View History

2009-08-18 17:15:10 +06:00
/*!
\page fillet1d_operation_page Fillet 1D
This operation creates fillets on the corners of a <b>Wire with Planar
Edges</b>.
2009-08-25 18:28:49 +06:00
Note that each couple of edges connected with a vertex, where 1D fillet should be
constructed, have to lie in the same plane.
2009-08-18 17:15:10 +06:00
\image html fillet1d_2.png
To produce a \b Fillet 1D in the <b>Main Menu</b> select
2010-11-25 17:31:41 +05:00
<b>Operations - > Fillet 1D</b>
2009-08-18 17:15:10 +06:00
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.
2009-08-25 18:28:49 +06:00
\b Note: This Operation Works for the Wires with <b>Planar Edges</b> only.
2009-08-18 17:15:10 +06:00
<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).
<b>Examples:</b>
2009-08-25 18:28:49 +06:00
\image html fillet1d_1.png "Filleted Wire"
2009-08-18 17:15:10 +06:00
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_fillet1d "Transformation Operations".
*/