]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Create Build/Vertex help page
authorGrigory ZHIVOTOVSKY <gzy@salomex.nnov.opencascade.com>
Fri, 17 Aug 2018 07:36:19 +0000 (10:36 +0300)
committerGrigory ZHIVOTOVSKY <gzy@salomex.nnov.opencascade.com>
Fri, 17 Aug 2018 07:36:19 +0000 (10:36 +0300)
src/PrimitivesPlugin/doc/PrimitivesPlugin.rst
src/PrimitivesPlugin/doc/boxFeature.rst
src/PrimitivesPlugin/doc/coneFeature.rst
src/PrimitivesPlugin/doc/cylinderFeature.rst
src/PrimitivesPlugin/doc/sphereFeature.rst
src/PrimitivesPlugin/doc/torusFeature.rst

index 1ed4d79f61cc62c4e926ebb883761425d18e2b55..c85fc9b86607e4ca9fa38f6a47093be7e41c73ec 100644 (file)
@@ -13,3 +13,12 @@ Primitives plug-in
    cylinderFeature.rst
    sphereFeature.rst
    torusFeature.rst
+
+
+The Main Menu *Primitives* creates volumical geometrical objects.
+   
+Each item of  Main Menu *Primitives* opens corresponding property panel.
+
+**Apply** button in  property panel creates object with defined parameters.
+  
+**Cancel** button cancels operation.
index ed8afe425b97db27b8939536840c0eaa0883d3b0..a97423fb79e8ae9d6b4feac36713a05d68e90a9a 100644 (file)
@@ -43,12 +43,6 @@ The description of input fields for **By two points** tab is given below:
 
 - selected **Point 1** and **Point 2** define the opposite vertices of the box.
   
-
-**Apply** button creates box with defined parameters.
-  
-**Cancel** button cancels operation.
-
-
 **TUI Command**:  *model.addBox(Part_doc, FirstPoint, SecondPoint)*
 
 **Arguments**:   1 Part + 2 selected points (opposite vertices of the box)
index 8b492e98f199c34dba669a065bee27f84b947496..d4461739d39578d84df8de8666f104bf9b962fe6 100644 (file)
@@ -30,10 +30,6 @@ The description of input fields is given below:
    - **Top radius**;  
    - **Height**.
   
-**Apply** button creates cone with defined parameters.
-  
-**Cancel** button cancels operation.
-
 **TUI Command**: *model.addCone(Part_doc, Point, Axis, Radius1, Radius2, Height)* 
 
 **Arguments**:  1 Part + 1 vertex + 1 vector + 3 values (Dimensions: base and top radii, heght).
index ab226b58433a168fc0ed6b86ab3d66b42847d484..e689d52d9eee1ad04adf78e354b4497b36c0335b 100644 (file)
@@ -39,10 +39,6 @@ The description of input fields for **Cylinder** tab is given below:
 
 Input fields for ***Portion of cylinder** tab includes in addition **Angle** to create a portion of cylinder.
 
-**Apply** button creates cylinder with defined parameters.
-  
-**Cancel** button cancels operation.
-
 **TUI Commands**:
 
 * *model.addCylinder(Part_doc, Point, Axis, Radius, Height)*
index 2755c16ff5f9a1e337a1eb45b18fb53df0888804..cba9309ebb9d591ebf6f7f8c4a248e2749b06d3d 100644 (file)
@@ -26,10 +26,6 @@ The description of input fields is given below:
 - selected **Point** defines center of the sphere; 
 - **Radius** defines the radius.
   
-**Apply** button creates sphere with defined parameters.
-  
-**Cancel** button cancels operation.
-
 **TUI Command**: *model.addSphere(Part_doc, Point, Radius)*.
 
 **Arguments**:  1 Part + 1 vertex +1 value (radius).
index 5d3d558392fb7e33a0b6435360a93ce4d427b55d..2678da430bd7fcfb80ec8491bf501b316547b0e5 100644 (file)
@@ -29,10 +29,6 @@ The following property panel appears.
    - **Radius**;
    - **Ring radius**.
   
-**Apply** button creates torus with defined parameters.
-  
-**Cancel** button cancels operation.
-
 **TUI Command**: *model.addTorus(Part_doc, Point, Axis, Radius1, Radius2)*
 
 **Arguments**:  1 Part + 1 vertex + 1 vector + 2 values (Dimensions: first and second radii).