1 .. |feature_solid.icon| image:: images/feature_solid.png
6 Solid feature creates a solid using faces already existing in other objects.
8 To create a solid in the active part:
10 #. select in the Main Menu *Build - > Solid* item or
11 #. click |feature_solid.icon| **Solid** button in the toolbar
13 The following property panel will be opened:
15 .. figure:: images/Solid.png
20 Select one or several faces in the viewer. The selected faces have to define a closed volume.
22 **Apply** button creates a solid.
24 **Cancel** button cancels the operation.
28 .. py:function:: model.addSolid(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 solid created from the selected shapes:
39 .. figure:: images/CreateSolid.png
42 Result of the operation.
44 **See Also** a sample TUI Script of :ref:`tui_create_solid` operation.