]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Documentation update
authorskv <skv@opencascade.com>
Mon, 20 Oct 2014 12:06:21 +0000 (16:06 +0400)
committerskv <skv@opencascade.com>
Mon, 20 Oct 2014 12:06:21 +0000 (16:06 +0400)
doc/salome/gui/GEOM/images/neo-obj4.png
doc/salome/gui/GEOM/images/neo-obj4_2.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/creating_face.doc

index 283601c26391ac4979958f6ecd55682ea60353a9..98f1807913c7852b16cb55c37f2ad3c2bf9d2da5 100755 (executable)
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 (file)
index 0000000..ab3d521
Binary files /dev/null and b/doc/salome/gui/GEOM/images/neo-obj4_2.png differ
index 1bfd520ddd55a5bc5e070346c794bb06de3e5cdd..5c27f5a0f61670aca01fa5c65810260f91a72847 100644 (file)
@@ -5,10 +5,12 @@
 To create a \b Face in the <b>Main Menu</b> select <b>New Entity - >
 Build - > Face</b>
 
-\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 <b>TUI Command:</b> <em>geompy.MakeFaceFromSurface(theFace, theWire)</em>
+\n <b>Arguments:</b> Name + 1 face + 1 wire.
+
+\image html neo-obj4_2.png
+
 \n <b>Example:</b>
 
 \image html facesn1.png