Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / PythonAddons / doc / boxFeature.rst
1
2 Box
3 ===
4
5 Custom files for  **Box** feature are:
6
7 -  empty __init__.py,
8 - :ref:`create_custom_box_py`,
9 - :ref:`create_custom_box_xml`,
10 - icon.png located at sub-folder */icons*.
11
12 .. image:: images/box_ico.png
13    :align: center
14
15 .. centered::
16    File icon.png
17
18 The custom  **Box** feature creates a box solid by extrusion of rectangle.
19
20 To create a Box in the active part:
21
22 #. select in the Main Menu *Macros - > Box* item  or
23 #. click **Box** button in the Macros toolbar corresponding to file icon.png:
24
25 The following property panel appears. 
26
27 .. image:: images/box_property_panel.png
28   :align: center
29
30 .. centered::
31   Create a box
32
33 Input fields: 
34
35 - **Width**, **Length**, **Height** are sizes of the box along the corresponding coordinate axes. The box will be created starting from the origin.   
36
37 Result
38 """"""
39
40 The Result of operation will be Extrusion and Sketch. 
41
42 The edges of the box will be parallel to the coordinate axes.
43
44 .. image:: images/Boxes.png
45            :align: center
46                    
47 .. centered::
48    Created box