X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FsmashFeature.rst;h=da77ad4432c39e8d3f016f71471601d0926e8b57;hb=4656ef7be2170488c06dbc0586f71348be93b5fb;hp=2e3b45828ab3cf0674d2fce36972cb2afc3ffc1a;hpb=2f28157beed61b16b5a2617acdcb8addf10238e4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/smashFeature.rst b/src/FeaturesPlugin/doc/smashFeature.rst index 2e3b45828..da77ad443 100644 --- a/src/FeaturesPlugin/doc/smashFeature.rst +++ b/src/FeaturesPlugin/doc/smashFeature.rst @@ -25,17 +25,19 @@ The following property panel will be opened: other objects (to avoid self intersection) and added to the result. - **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be smashed into main objects. If a subshape that belongs to a compsolid/compound was selected, other shapes of this compsolid/compound will be ignored. +- **Fuzzy Parameter** defines the additional tolerance value used to eliminate tiny results. - **See preview** button shows a result of the operation. Main objects and Tools objects should have the same dimension. There are supported 2-dimensional (face) or 3-dimensional (solid, compsolid) arguments. **TUI Command**: -.. py:function:: model.addSmash(Part_doc, mainObjects, toolObjects) +.. py:function:: model.addSmash(Part_doc, mainObjects, toolObjects, fuzzy) :param part: The current part object. :param list: A list of main objects. :param list: A list of tool objects. + :param real: Additional tolerance used to eliminate tiny results (optional). :return: Rotated object. Result