1 .. |feature_compsolid.icon| image:: images/feature_compsolid.png
6 Compsolid feature creates a compsolid using shapes already existing in other objects.
8 To create a compsolid in the active part:
10 #. select in the Main Menu *Build - > CompSolid* item or
11 #. click |feature_compsolid.icon| **CompSolid** button in the toolbar
13 The following property panel will be opened:
15 .. figure:: images/Compsolid.png
20 Select one or several shapes in the viewer.
22 **Apply** button creates a compsolid.
24 **Cancel** button cancels the operation.
28 .. py:function:: model.addCompSolid(Part_doc, Shapes)
30 :param part: The current part object.
31 :param list: A list of shapes.
32 :return: Result object.
37 The result of the operation will be a compsolid created from the selected shapes:
39 .. figure:: images/CreateCompsolid.png
42 Result of the operation.
44 **See Also** a sample TUI Script of :ref:`tui_create_compsolid` operation.