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