From: skv Date: Mon, 20 Oct 2014 12:06:21 +0000 (+0400) Subject: Documentation update X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=06f78767ddfe8f2e3f60fe072f5f89e7aa55c1ed;p=modules%2Fgeom.git Documentation update --- diff --git a/doc/salome/gui/GEOM/images/neo-obj4.png b/doc/salome/gui/GEOM/images/neo-obj4.png index 283601c26..98f180791 100755 Binary files a/doc/salome/gui/GEOM/images/neo-obj4.png and b/doc/salome/gui/GEOM/images/neo-obj4.png differ diff --git a/doc/salome/gui/GEOM/images/neo-obj4_2.png b/doc/salome/gui/GEOM/images/neo-obj4_2.png new file mode 100644 index 000000000..ab3d521b9 Binary files /dev/null and b/doc/salome/gui/GEOM/images/neo-obj4_2.png differ diff --git a/doc/salome/gui/GEOM/input/creating_face.doc b/doc/salome/gui/GEOM/input/creating_face.doc index 1bfd520dd..5c27f5a0f 100644 --- a/doc/salome/gui/GEOM/input/creating_face.doc +++ b/doc/salome/gui/GEOM/input/creating_face.doc @@ -5,10 +5,12 @@ To create a \b Face in the Main Menu select New Entity - > Build - > Face -\n To create a \b Face you need to select input shape(s). The list of -input shapes can include shapes of any type; if the shapes are nor -wires or edges, the algorithm extracts all edges from -the input shapes and works on the obtaineed edges. +\n There are two algorithms to create a \b Face. +\n Each time the \b Result of the operation will be a GEOM_Object +(face). + +\n Firstly, to create a \b Face you need to select input shape(s). The list of +input shapes can include shapes of type \b Edge or \b Wire. \n The edges and wires do not necessarily have to be closed, the algorithm automatically builds a wire of maximum length from all given edges and wires. If it founds multiple closed wires, it can @@ -26,6 +28,15 @@ face or nothing if it is impossible. \image html neo-obj4.png +\n Secondly, it is possible to create a face based on another face's surface and bounded by a wire. + +\n The \b Result will be a \b GEOM_Object (FACE). + +\n TUI Command: geompy.MakeFaceFromSurface(theFace, theWire) +\n Arguments: Name + 1 face + 1 wire. + +\image html neo-obj4_2.png + \n Example: \image html facesn1.png