]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/input/creating_solid.doc
Salome HOME
0022767: [EDF] Construction of composite solids
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_solid.doc
index 3108535e8e71cca8c1fa011b142532061de79a36..4fe113e2d985a78fffaf6648625fdd25ba2b9e95 100644 (file)
@@ -27,7 +27,7 @@ The \b Result will be a \b GEOM_Object (SOLID or COMPOUND).
 
 <b>TUI Command:</b> <em>geompy.MakeSolidFromConnectedFaces(ListOfShape, isIntersect),</em> where
 \c ListOfShape is a list of faces and/or shells from which the solid is constructed and 
-\c isIntersect is a boolean flag which, when set to \c True, forces performing intersection
+\c isIntersect is a boolean flag which, when set to \c True, forces performing intersection/sewing
 between arguments
 
 <b>Arguments:</b> Name + A set of connected faces and/or shells + Boolean flag.