X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Foffset_operation.doc;h=d3d1fd19743da40fad44c19a931214c2dd600f5e;hb=939f3cca95870d93e333f2b4dfdea41ed1ba9092;hp=b1baac12b2ce84e818323a4fb4cbb2fc63869df2;hpb=ba2e210e022e0beeffbfb56463211a1363e8c841;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/offset_operation.doc b/doc/salome/gui/GEOM/input/offset_operation.doc index b1baac12b..d3d1fd197 100644 --- a/doc/salome/gui/GEOM/input/offset_operation.doc +++ b/doc/salome/gui/GEOM/input/offset_operation.doc @@ -7,7 +7,12 @@ \n This operation translates each point of an \b Object (a set of Objects) along a local normal by a given \b Offset distance (signed -number, negative value meaning inner offset). +number, negative value meaning inner offset). Gaps between translated +adjacent surfaces are filled in either of two ways: +- if Join by pipes is activated, they are filled with pipes; +- else the surfaces are extended and intersected, so that sharp edges + are preserved. + \n \b Offset operation is applicable to faces, shells and solids. \n \ref restore_presentation_parameters_page "Advanced options". @@ -16,9 +21,12 @@ number, negative value meaning inner offset). \n Example: -\image html offsetsn.png "The box and its offset surface" +\image html offsetsn.png "The box and its offset surface (Join by pipes activated)" + +\n TUI Command: +- Gaps filled by pipes: geompy.MakeOffset(Shape, Offset), +- Gaps filled by intersection: geompy.MakeOffsetIntersectionJoin(Shape, Offset), -\n TUI Command: geompy.MakeOffset(Shape, Offset), where Shape is a shape(s) which has to be an offset, Offset is a value of the offset. \n Arguments: Name + Object (face(s), shell(s), solid(s)) +