]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/doc/intersectionFeature.rst
Salome HOME
support fuzzy parameter in all boolean operations
[modules/shaper.git] / src / FeaturesPlugin / doc / intersectionFeature.rst
index e4057a2d56d59162bb03ba492c9b4319fdbde5ce..20731bb07772357fd5bb4fb928afbf87224dc383 100644 (file)
@@ -19,16 +19,20 @@ The following property panel will be opened:
 
    **Intersection operation**
 
-**Objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected.
+**Objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected. 
 
-All intersected objects should be 1- or 2-dimensional (edges, faces, shells). However, it is allowed to select 3-dimensional objects, but only their shells will be taken into operation.
+**Fuzzy Parameter** - defines the additional tolerance value used to eliminate tiny results. 
+
+All intersected objects should be 1- or 2-dimensional (edges, faces, shells). However, it is allowed to select 
+3-dimensional objects, but only their shells will be taken into operation.
 
 **TUI Command**:
 
-.. py:function:: model.addIntersection(Part_doc, Objects)
+.. py:function:: model.addIntersection(Part_doc, Objects, fuzzy)
 
     :param part: The current part object.
     :param list: A list of objects.
+    :param real: Additional tolerance used to eliminate tiny results (optional).
     :return: Created object.
 
 Result