/*! \page create_edge_page Edge \n To create an \b Edge in the Main Menu select New Entity- > Build - > Edge \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. The \b Result will be a \b GEOM_Object (EDGE). TUI Command: geompy.MakeEdge(Vertex1, Vertex2), where Vertex1 and Vertex2 are correspondingly the first and the last vertex of the edge. Arguments: Name + 2 vertices. \image html neo-obj2.png \n Example: \image html edgesn.png Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_edge "Advanced Geometric Objects". */