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

36 lines
1.0 KiB
Plaintext
Raw Normal View History

/*!
\page create_wire_page Wire
\n To create a \b Wire in the <b>Main Menu</b> select <b>New Entity - > Build - > Wire</b>
2010-11-25 17:31:41 +05:00
\n You can create a \b Wire from several connected edges or wires by
selecting them in the object browser or in the viewer holding Shift
2010-11-25 17:31:41 +05:00
button.
It is possible to select wires or edges from objects. To specify subshape type, use
the <b>Object Type</b> radio buttons.
Select \b Tolerance which will be used to check the
2009-06-22 18:47:01 +06:00
connections. If the \b Tolerance value is more than 1e-07, and a gap
within this tolerance is detected, the corresponding edges will be modified to
connect in the middle of the gap.
\n The \b Result will be a \b GEOM_Object (WIRE).
\n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
<b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
\n <b>Dialog Box:</b>
\image html neo-obj3.png
\n <b>Example:</b>
2009-02-13 17:16:39 +05:00
\image html wiresn.png "Wire"
Our <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_wire "Advanced Geometric Objects".
*/