X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesPlugin%2Fdoc%2FboxFeature.rst;h=307883cb94fb994a05c71baccbd4bdb9c4d8f325;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=ac3a81a8e4ac4c0fb23f4243825a55cf78cf2a42;hpb=d3636d9a263bea301d2f8e5c5951c6d0dce0fbf2;p=modules%2Fshaper.git diff --git a/src/PrimitivesPlugin/doc/boxFeature.rst b/src/PrimitivesPlugin/doc/boxFeature.rst index ac3a81a8e..307883cb9 100644 --- a/src/PrimitivesPlugin/doc/boxFeature.rst +++ b/src/PrimitivesPlugin/doc/boxFeature.rst @@ -3,7 +3,7 @@ Box === -The feature Box creates a box solid. +Box feature creates a box solid. To create a Box in the active part: @@ -37,7 +37,7 @@ Box is created by dimensions along X, Y, Z axis starting from the origin. Input fields: -- **DX**, **DY**, **DZ** define sizes of the box along corresponding coordinate axes. +- **DX**, **DY**, **DZ** define dimensions of the box along the corresponding coordinate axes. **TUI Command**: *model.addBox(Part_doc, DX, DY, DZ)* @@ -46,7 +46,7 @@ Input fields: Result """""" -A solid box based on origin and with edges parallel to the coordinate axes. +A solid box based on the origin of coordinates and with edges parallel to the coordinate axes. .. image:: images/Box1.png :align: center @@ -63,7 +63,7 @@ Box is created by two points of the box diagonal. Input fields: -- **Point 1** and **Point 2** define diagonal points of the box selected in 3D OCC viewer or object browser. +- **Point 1** and **Point 2** define diagonal points of the box selected in 3D OCC viewer or object browser. **TUI Command**: *model.addBox(Part_doc, point1, point2)* @@ -78,6 +78,6 @@ A solid box based on two points and with edges parallel to the coordinate axes. :align: center .. centered:: - Boxes created + Created boxes -**See Also** a sample TUI Script of a :ref:`tui_create_boxpnt` operation. +**See Also** a sample TUI Script of :ref:`tui_create_boxpnt` operation.