2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page create_wire_page Wire
|
|
|
|
|
|
|
|
\n To create a \b Wire in the <b>Main Menu</b> select <b>New Entity - > Build - > Wire</b>
|
|
|
|
|
|
|
|
\n You can create a \b Wire from several connected edges and wires by
|
|
|
|
selecting them in the object browser or in the viewer holding Shift
|
2009-05-27 17:46:05 +06:00
|
|
|
button. Select \b Tolerance which will be used to check
|
|
|
|
connections. If you use \b Tolerance more than 1e-07, and gap,
|
|
|
|
covered by this tolerance, is detected, edges will be modified to
|
|
|
|
connect in the middle of the gap.
|
|
|
|
\n The \b Result will be a \b GEOM_Object (WIRE).
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-05-27 17:46:05 +06:00
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-05-27 17:46:05 +06:00
|
|
|
<b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\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"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
|
|
|
\ref tui_creation_wire "Advanced Geometric Objects".
|
|
|
|
|
2009-05-27 17:46:05 +06:00
|
|
|
*/
|