]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/doc/fuseFeature.rst
Salome HOME
support fuzzy parameter in all boolean operations
[modules/shaper.git] / src / FeaturesPlugin / doc / fuseFeature.rst
index e9fb6962038e9fab32b94eec145cfda863177b08..e3bed71144e86d1ce8f4a92f5c0ed5845be09510 100644 (file)
@@ -40,15 +40,17 @@ Simple
 - **Objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be fused to a single result.
   If a subshape that belongs to a compsolid/compound was selected, other shapes of this compsolid/compound will cut the fuse shape then will be joined to the result.
 - **Remove intersection edges** -  if enabled, edges that lie on the same surface will be removed.
+- **Fuzzy Parameter** - defines the additional tolerance value used to eliminate tiny results.
 - **See preview** - button shows a result of the operation.
 
 **TUI Command**:
 
-.. py:function:: model.addFuse(Part_doc, objects, isRemoveEdges)
+.. py:function:: model.addFuse(Part_doc, objects, isRemoveEdges, fuzzyParam)
 
     :param part: The current part object.
     :param list: A list of objects.
     :param boolean: Remove edges flag (optional).
+    :param real: Additional tolerance used to eliminate tiny results (optional).
     :return: Created object.
 
 Result
@@ -77,16 +79,18 @@ Advanced
 - **Tools** - contains a list of objects selected in the Object Browser or in the Viewer, which will be fused with tool objects.
   If a subshape that belongs to a compsolid/compound was selected, other shapes of this compsolid/compound will be ignored.
 - **Remove intersection edges** - if enabled, edges that lie on the same surface will be removed.
+- **Fuzzy Parameter** - defines the additional tolerance value used to eliminate tiny results.
 - **See preview** - button shows a result of the operation.
 
 **TUI Command**:
 
-.. py:function:: model.addFuse(Part_doc, objects, tools, isRemoveEdges)
+.. py:function:: model.addFuse(Part_doc, objects, tools, isRemoveEdges, fuzzyParam)
 
     :param part: The current part object.
     :param list: A list of objects.
     :param list: A list of tools.
     :param boolean: Remove edges flag (optional).
+    :param real: Additional tolerance used to eliminate tiny results (optional).
     :return: Created object.
 
 Result