5 Compound feature creates a compound using shapes already existing in other objects.
7 To create a compound in the active part:
9 #. select in the Main Menu *Build - > Compound* item or
10 #. click **Compound** button in the toolbar
12 .. image:: images/feature_compound.png
18 The following property panel will be opened:
20 .. image:: images/Compound.png
26 Select one or several shapes in the viewer. The selected shapes can be of any type (vertex, edge, face, etc.)
28 **Apply** button creates a compound.
30 **Cancel** button cancels the operation.
32 **TUI Command**: *model.addCompound(Part_doc, Shapes)*
34 **Arguments**: Part document + a list of shapes.
39 The result of the operation will be a compound created from the selected shapes:
41 .. image:: images/CreateCompound.png
45 Result of the operation.
47 **See Also** a sample TUI Script of :ref:`tui_create_compound` operation.