Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_edge.doc
1 /*!
2
3 \page create_edge_page Edge
4
5 \n To create an \b Edge in the <b>Main Menu</b> select <b>New Entity- > Build - > Edge</b> 
6
7 \n You can create an \b Edge from two points (\b Point1 and \b Point2), being the first and the last vertices of the edge.
8
9 The \b Result  will be a \b GEOM_Object (EDGE).
10
11 <b>TUI Command:</b> <em>geompy.MakeEdge(Vertex1, Vertex2),</em> where
12 Vertex1 and Vertex2 are correspondingly the first and the last vertex
13 of the edge.
14
15 <b>Arguments:</b> Name + 2 vertices.
16
17 \image html neo-obj2.png
18
19 \n <b>Example:</b>
20
21 \image html edgesn.png "Edge"
22
23 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
24 \ref tui_creation_edge "Advanced Geometric Objects".
25
26 */