Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / gui_edge.rst
1 :tocdepth: 3
2
3
4 .. _guiedge:
5
6 ====
7 Edge
8 ====
9
10 To create an **Edge** in the **Main Menu** select **Model -> Construction -> Add Edge**.
11
12 There are two algorithms to create an **Edge**.
13
14 Firstly you can define an **Edge** through **Point1** and **Point2**,
15 which ares the points through which the **Edge** passes.
16
17 **Arguments:** 2 vertices.
18
19 The dialogue box to create an edge from vertices is:
20
21 .. image:: _static/gui_edge_vertices.png
22    :align: center
23
24 .. centered::
25    Add Edge from vertices
26
27 Secondly you can define an **Edge** through **Point** and **Vector**.
28
29 **Arguments:** a vertex and a vector.
30
31 The dialogue box to create an edge from a vertex and a vector is:
32
33 .. image:: _static/gui_edge2.png
34    :align: center
35
36 .. centered::
37    Add Edge from a vertex and a vector
38
39
40 TUI command: :ref:`tuiedge`