Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_quadrangle_face.doc
1 /*!
2
3 \page create_quadrangle_face_page Quadrangle face
4
5 \n <b>Description:</b> Builds a face using the below mentioned
6 arguments. This operation allows to build a face bypassing the
7 intermediate stage of building edges and wires (in the case of
8 building by 4 points) or wires (in the case of building by 4 or 2
9 edges).
10
11 \n The \b Result of the operation will be a \b GEOM_Object (face).
12
13 \n <b>TUI Command:</b>
14 <ul>
15 <li><em>geompy.MakeQuad4Vertices(V1, V2, V3, V4),</em> where V1, V2,
16 V3, V4 are four vertices from which a face is constructed. Edges are
17 created automatically.</li>
18 <li><em>geompy.MakeQuad2Edges(E1, E2),</em> where E1, E2 are edges from
19 which the face is constructed, two other edges are created
20 automatically.</li>
21 <li><em>geompy.MakeQuad(E1, E2, E3, E4),</em> where E1, E2, E3, E4 are
22 four edges from which the face is constructed.</li>
23 </ul>
24
25 <b>Arguments:</b>
26 <ul>
27 <li>Name + 4 Points, or</li>
28 <li>Name + 2 Edges, or</li>
29 <li>Name + 4 Edges.</li>
30 </ul>
31
32 \n <b>Dialog Box:</b>
33
34 \image html block1.png
35
36 \image html block2.png
37
38 \image html block3.png
39
40 \n <b>Example:</b>
41 \image html image185.png "Quadrangle face built by blocks"
42
43 */