]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
small corrections
authorgzy <gzy@opencascade.com>
Fri, 21 Sep 2018 09:16:27 +0000 (12:16 +0300)
committergzy <gzy@opencascade.com>
Fri, 21 Sep 2018 09:16:27 +0000 (12:16 +0300)
src/FeaturesPlugin/doc/angularCopyFeature.rst
src/FeaturesPlugin/doc/filletFeature.rst
src/FeaturesPlugin/doc/linearCopyFeature.rst

index 3c5c989b883d6a1ccee48f9f2e1da3c348e9f49e..c17e3acf2a62198ddc6806efc12471bfc1c3cf55 100644 (file)
@@ -32,7 +32,7 @@ Input fields:
 
 **TUI Command**:  *model.addMultiRotation(Part_doc, [shape], axis, step, Nb)*
 
-**Arguments**: 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
 """"""
index 8e9c329c50594c2a75bcf0a2fdb0c49bc9a48167..d30e8da2ed545bbf0cf2905d2dff397f35192de1 100644 (file)
@@ -77,7 +77,7 @@ Input fields:
 
 **TUI Command**:  *model.addFillet(Part_doc, [face,edge], R1, R2)*
 
-**Arguments**: 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
 """"""
index 8f7e92dd8397a13dc5d4249513b8c399366df163..1ff76b982c4db01a4213b3f59fc9ad93a2349460 100644 (file)
@@ -40,7 +40,7 @@ Input fields:
 
 **TUI Command**:  *model.addMultiTranslation(Part_doc, [shape], axis1, step1, Nb1, axis2, step2, Nb2)*
 
-**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).
+**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