Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_quadrangle_face.doc
1 /*!
2
3 \page create_quadrangle_face_page Quadrangle face
4
5 This operation allows to build a face bypassing the
6 intermediate stage of building edges and wires (in case of
7 building by 4 points) or wires (in case of building by 4 or 2
8 edges).
9
10 There are 3 algorithms to create a Quadrangle Face in the 3D space. 
11 \n The \b Result of each op
12
13 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
14
15 Our <b>TUI Scripts</b> provide you with useful examples of
16 \ref tui_building_by_blocks_p
17
18 The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
19
20 Our <b>TUI Scripts</b> provide you with useful examples of
21 \ref tui_building_by_blocks_page "Building by Blocks".
22 age "Building by Blocks".
23 eration will be a \b GEOM_Object (face).
24
25 Firstly you can define a Quadrangle Face by four vertices. Edges are
26 created automatically.
27
28 <b>TUI Command:</b> <em>geompy.MakeQuad4Vertices(V1, V2, V3, V4),</em> 
29 <b>Arguments:</b> Name + 4 Points.
30
31 \image html block1.png
32
33 Secondly, you can define a Quadrangle Face by two edges, while the other two edges are created automatically.
34 <b>TUI Command:</b> <em>geompy.MakeQuad2Edges(E1, E2)
35 <b>Arguments:</b> Name + 2 Edges.
36
37 \image html block2.png
38
39 Finally, you can define a Quadrangle Face by four edges.
40
41 <b>TUI Command:</b> <em>geompy.MakeQuad(E1, E2, E3, E4),</em>.
42 <b>Arguments:</b> Name + 4 Edges.
43
44 \image html block3.png
45
46 \n <b>Example:</b>
47 \image html image185.png "Quadrangle face built by blocks"
48
49 */