]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
22674: Update of documentation
authorskv <skv@opencascade.com>
Fri, 7 Nov 2014 09:46:05 +0000 (12:46 +0300)
committerskv <skv@opencascade.com>
Fri, 7 Nov 2014 09:46:05 +0000 (12:46 +0300)
doc/salome/gui/GEOM/input/creating_compound.doc
doc/salome/gui/GEOM/input/creating_face.doc

index ecb1655841839cb73e607cd54e2832cbbee95124..704e622c851537b273ca7127a8b8ddf623b7fe41 100644 (file)
@@ -5,7 +5,7 @@
 \n To create a \b Compound in the <b>Main Menu</b> select <b>New
 Entity - > Build - > Compound</b>.
 
-\n You can create a compound from a list of shells.
+\n You can create a compound from a list of shapes.
 \n The \b Result will be a \b GEOM_Object (COMPOUND).
 
 \n <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em>
index 1bfd520ddd55a5bc5e070346c794bb06de3e5cdd..52f2cfed1bebce57ac06677f0fbf05926d5b59a9 100644 (file)
@@ -6,15 +6,15 @@ 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
+input shapes can include shapes of any type except vertices; if the shapes are
+neither wires nor edges, the algorithm extracts all edges from
 the input shapes and works on the obtaineed edges.
 \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
-build a face with holes or some separate faces, depending on the
-placement of the wires. If some resulting wires remain open, they will
-be added in the resulting compound "as is".
+given edges and wires. If several closed wires are detected the algorithm tries
+to create a face with holes. It is possible only if there is only one wire
+that can be interpreted as an outer one; other wires can be considered as
+inner ones.
 \n Check <b>Try to create a planar face</b> to create a planar
 face or nothing if it is impossible.
 \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.