X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fglue_faces_operation.doc;h=3775aa47928eeaa1aa42e3f96ad24e4b33894954;hb=00621ab4f35ece96476fc358acf598d78ec0a95d;hp=5e887d1d9e9e06ad6d6037e2b676c0bbb1a2df40;hpb=660a8df6ce074fade762f47209f5cac9ad30fcc3;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/glue_faces_operation.doc b/doc/salome/gui/GEOM/input/glue_faces_operation.doc index 5e887d1d9..3775aa479 100644 --- a/doc/salome/gui/GEOM/input/glue_faces_operation.doc +++ b/doc/salome/gui/GEOM/input/glue_faces_operation.doc @@ -10,7 +10,7 @@ given tolerance value. \n Arguments: Name + Compound of shapes + Tolerance value. \n Advanced option: - \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments". + \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments". \n The \b Result will be a \b GEOM_Object. \image html glue1.png @@ -47,14 +47,14 @@ checkbox. \n where \em theShape is a compound of shapes to be glued, \em theTolerance is a maximum distance between two faces, which can be considered as coincident. The \b Result will be a list of \b - GEOM_Objects, containing one sub shape per each detected set of - coincident sub shapes. + GEOM_Objects, containing one sub-shape per each detected set of + coincident sub-shapes. \n geompy.MakeGlueFacesByList(theShape,theTolerance,theFaces,doKeepNonSolids,doGlueAllEdges), \n where \em theShape is a compound of shapes to be glued, \em theTolerance is a maximum distance between two faces, which can be considered as coincident, \em theFaces is a list of - subshapes to be glued. The \em doKeepNonSolids flag allows to throw + sub-shapes to be glued. The \em doKeepNonSolids flag allows to throw away non-solids from the result, if false. The \em doGlueAllEdges allows to glue all edges, not only owned by glued faces. The \b Result will be a new \b GEOM_Object.