]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/doc/partitionFeature.rst
Salome HOME
support fuzzy parameter in all boolean operations
[modules/shaper.git] / src / FeaturesPlugin / doc / partitionFeature.rst
index e549310d23a91213349f9609d1977891f1aad81c..1e8f3f34d10c551a92dae9632c18fe4cd24dd479 100644 (file)
@@ -19,14 +19,19 @@ The following property panel will be opened:
 
    **Partition operation**
 
-**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be partitioned. Constuction planes are allowed too if at least one non-construction entity is selected.
+**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer,
+which will be partitioned. Constuction planes are allowed too if at least one non-construction
+entity is selected.
+
+**Fuzzy Parameter** defines the additional tolerance value used to eliminate tiny results. 
 
 **TUI Command**:
 
-.. py:function:: model.addPartition(Part_doc, objects)
+.. py:function:: model.addPartition(Part_doc, objects, fuzzy)
 
     :param part: The current part object.
     :param object: A list of objects.
+    :param real: Additional tolerance used to eliminate tiny results (optional).
     :return: Created object.
 
 Result