]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix documentation warnings.
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 16 Jul 2020 06:17:39 +0000 (09:17 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 16 Jul 2020 06:17:39 +0000 (09:17 +0300)
src/FeaturesPlugin/doc/filletFeature.rst

index 9d3192e813eecc9308ce06389eff35f3180111d9..b41c2e16bf0e0ff7aa3d338c6cbac923bf53f6c0 100644 (file)
@@ -82,12 +82,12 @@ Input fields:
 
 **TUI Command**:
 
-.. py:function:: model.addFillet(Part_doc, [face,edge], R1, R2)
+.. py:function:: model.addFillet(Part_doc, shapes, R1, R2)
 
-    :param part: The current part object.
-    :param list: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*.
-    :param number: Start radius value.
-    :param number: End radius value.
+    :param document Part_doc: The current part object.
+    :param list shapes: A list of faces and edges subject to fillet operation in format *model.selection(TYPE, shape)*.
+    :param double R1: Start radius value.
+    :param double R2: End radius value.
     :return: Created object.
 
 Result