From: gzy Date: Fri, 21 Sep 2018 09:16:27 +0000 (+0300) Subject: small corrections X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6e4926b4eb454a5d325916889993e8310848f951;p=modules%2Fshaper.git small corrections --- diff --git a/src/FeaturesPlugin/doc/angularCopyFeature.rst b/src/FeaturesPlugin/doc/angularCopyFeature.rst index 3c5c989b8..c17e3acf2 100644 --- a/src/FeaturesPlugin/doc/angularCopyFeature.rst +++ b/src/FeaturesPlugin/doc/angularCopyFeature.rst @@ -32,7 +32,7 @@ Input fields: **TUI Command**: *model.addMultiRotation(Part_doc, [shape], axis, step, Nb)* -**Arguments**: 1 part + list of shapes in format *model.selection(TYPE, shape)* + axis in format *model.selection(TYPE, shape)*+ real (step value) + integer (Nb. Copies). +**Arguments**: part + list of shapes in format *model.selection(TYPE, shape)* + axis in format *model.selection(TYPE, shape)*+ real (step value) + integer (Nb. Copies). Result """""" diff --git a/src/FeaturesPlugin/doc/filletFeature.rst b/src/FeaturesPlugin/doc/filletFeature.rst index 8e9c329c5..d30e8da2e 100644 --- a/src/FeaturesPlugin/doc/filletFeature.rst +++ b/src/FeaturesPlugin/doc/filletFeature.rst @@ -77,7 +77,7 @@ Input fields: **TUI Command**: *model.addFillet(Part_doc, [face,edge], R1, R2)* -**Arguments**: 1 part + list of faces and edges subjected to fillet operation in format *model.selection(TYPE, shape)* + 2 reals (start and end radius values). +**Arguments**: part + list of faces and edges subjected to fillet operation in format *model.selection(TYPE, shape)* + 2 reals (start and end radius values). Result """""" diff --git a/src/FeaturesPlugin/doc/linearCopyFeature.rst b/src/FeaturesPlugin/doc/linearCopyFeature.rst index 8f7e92dd8..1ff76b982 100644 --- a/src/FeaturesPlugin/doc/linearCopyFeature.rst +++ b/src/FeaturesPlugin/doc/linearCopyFeature.rst @@ -40,7 +40,7 @@ Input fields: **TUI Command**: *model.addMultiTranslation(Part_doc, [shape], axis1, step1, Nb1, axis2, step2, Nb2)* -**Arguments**: 1 part + list of shapes in format *model.selection(TYPE, shape)* + 2 axis in format *model.selection(TYPE, shape)*+ 2 real (step values) + 2 integers (Nb. Copies). +**Arguments**: part + list of shapes in format *model.selection(TYPE, shape)* + 2 axis in format *model.selection(TYPE, shape)*+ 2 real (step values) + 2 integers (Nb. Copies). Result """""" @@ -50,6 +50,6 @@ Result of operation is compound. :align: center .. centered:: - Sub-shapes + Linear copy **See Also** a sample TUI Script of a :ref:`tui_create_linearcopy` operation. \ No newline at end of file