Salome HOME
11cd764984b99d6ab5cb2e52bc84139745cff3de
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_face.doc
1 /*!
2
3 \page create_face_page Face
4
5 To create a \b Face in the <b>Main Menu</b> select <b>New Entity - >
6 Build - > Face</b>
7
8 \n To create a \b Face you need to select input shape(s). The list of
9 input shapes can include shapes of any type; if the shapes are nor
10 wires or edges, the algorithm extracts all edges from
11 the input shapes and works on the obtaineed edges.
12 \n The edges and wires do not necessarily have to be closed, the
13 algorithm automatically builds a wire of maximum length from all
14 given edges and wires. If it founds multiple closed wires, it can
15 build a face with holes or some separate faces, depending on the
16 placement of the wires. If some resulting wires remain open, they will
17 be added in the resulting compound "as is".
18 \n Check <b>Try to create a planar face</b> to create a planar
19 face or nothing if it is impossible.
20 \n The \b Result will be a \b GEOM_Object (FACE).
21
22 \n <b>TUI Command:</b> <em>geompy.MakeFaceWires([list of Shapes], isPlanarWanted)</em>
23 \n <b>Arguments:</b> Name + 1 wire.
24
25 \image html neo-obj4.png
26
27 \n <b>Example:</b>
28
29 \image html facesn1.png
30
31 \image html facesn2.png
32
33 \image html facesn3.png "Examples of faces"
34
35 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
36 \ref tui_creation_squareface "Primitives".
37
38 */