]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/creating_face.doc
Salome HOME
52f2cfed1bebce57ac06677f0fbf05926d5b59a9
[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 except vertices; if the shapes are
10 neither wires nor 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 several closed wires are detected the algorithm tries
15 to create a face with holes. It is possible only if there is only one wire
16 that can be interpreted as an outer one; other wires can be considered as
17 inner ones.
18 \n Check <b>Try to create a planar face</b> to create a planar
19 face or nothing if it is impossible.
20 \note Please note, that the resulting face can have a huge tolerance, if the initial wire has a big deviation from the plane. If the final tolerance exceeds 1e-06, a warning will be shown, but the face will be created and published in the study in a normal way. Using such faces can lead to failures or unpredictable results in most operations.
21
22 \n The \b Result will be a \b GEOM_Object (FACE).
23
24 \n <b>TUI Command:</b> <em>geompy.MakeFaceWires([list of Shapes], isPlanarWanted)</em>
25 \n <b>Arguments:</b> Name + 1 wire.
26
27 \image html neo-obj4.png
28
29 \n <b>Example:</b>
30
31 \image html facesn1.png
32
33 \image html facesn2.png
34
35 \image html facesn3.png "Examples of faces"
36
37 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
38 \ref tui_creation_face "Advanced Geometric Objects".
39
40 */