]> SALOME platform Git repositories - modules/shaper.git/blob - src/PartSetPlugin/doc/PartSetPlugin.rst
Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / PartSetPlugin / doc / PartSetPlugin.rst
1
2 .. _partPlugin:
3
4 Part plug-in
5 ============
6
7 .. _new-part:
8
9 New Part
10 --------
11
12 To create a New Part:
13
14 #. select in the Main Menu *Part - > New part* item  or
15 #. click **New part** button in Shaper toolbar:
16
17 .. image:: images/new_part.png
18   :align: center
19
20 .. centered::
21    New part button 
22
23 **TUI Command**: *model.addPart(partSet)*
24
25 **Arguments**:  1 partset 
26
27 Result
28 """"""
29
30 Created empty part is activated and appears in the object browser.
31
32 **See Also** a sample TUI Script of :ref:`tui_create_part` operation.
33
34 Duplicate Part
35 --------------
36
37 To duplicate an active Part:
38
39 #. select in the Main Menu *Part - > Duplicate part* item  or
40 #. click **Duplicate part** button in Shaper toolbar:
41
42 .. image:: images/duplicate.png 
43   :align: center
44
45 .. centered::
46    Duplicate part button    
47
48 Result
49 """"""
50
51 Created copied part is activated and appears in the object browser.
52
53 Copied part contains all objects existing in the source part.
54
55 Remove Part
56 -----------
57
58 To remove an active Part:
59
60 #. select in the Main Menu *Part - > Remove part* item  or
61 #. click **Remove part** button in Shaper toolbar:
62
63 .. image:: images/remove.png 
64   :align: center
65
66 .. centered::
67    Remove part button    
68
69 Result
70 """"""
71
72 Selected part is removed together with all its objects.
73