Salome HOME
Implementation of [bos #35140] [EDF] (2023-T1) Memory communication between SHAPER...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_surface_from_face.doc
1 /*!
2
3 \page create_surface_from_face_page Surface From Face
4
5 To create a <b>Surface From Face</B> in the <b>Main Menu</b> select <b>New Entity - > Basic - > Surface From Face</b>
6
7 \n This function takes a face at input and creates a new
8 <b>GEOM_Object</b>, i.e. topological shape by extracting the underlying surface
9 of the source face and limiting it by the <b>Umin, Umax, Vmin</b> and <b>Vmax</b>
10 parameters of the source face (in the parametric space).
11 \n
12 \ref restore_presentation_parameters_page "Advanced options".
13
14 \n <b>TUI Command:</b> <em>geompy.MakeSurfaceFromFace(theFace)</em>,
15 where \em theFace the input face.
16 \n <b>Arguments:</b> Name + Object (Face).
17
18 \image html surface_from_face1.png "Surface From Face"
19
20 \n <b>Example:</b>
21
22 \image html surface_from_face_example.png "Original Face (white) and Created Surface"
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of
25 \ref tui_creation_surface "Surface From Face" creation.
26
27 */