From b32b505c2ac128c8d0c7f7732fc968397961703b Mon Sep 17 00:00:00 2001 From: skv Date: Fri, 7 Nov 2014 12:46:05 +0300 Subject: [PATCH] 22674: Update of documentation --- doc/salome/gui/GEOM/input/creating_compound.doc | 2 +- doc/salome/gui/GEOM/input/creating_face.doc | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/salome/gui/GEOM/input/creating_compound.doc b/doc/salome/gui/GEOM/input/creating_compound.doc index ecb165584..704e622c8 100644 --- a/doc/salome/gui/GEOM/input/creating_compound.doc +++ b/doc/salome/gui/GEOM/input/creating_compound.doc @@ -5,7 +5,7 @@ \n To create a \b Compound in the Main Menu select New Entity - > Build - > Compound. -\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 TUI Command: geompy.MakeCompound(ListOfShape) diff --git a/doc/salome/gui/GEOM/input/creating_face.doc b/doc/salome/gui/GEOM/input/creating_face.doc index 1bfd520dd..52f2cfed1 100644 --- a/doc/salome/gui/GEOM/input/creating_face.doc +++ b/doc/salome/gui/GEOM/input/creating_face.doc @@ -6,15 +6,15 @@ 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 +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 Try to create a planar face 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. -- 2.39.2