Salome HOME
0022666: EDF 7253 GEOM: Add thickness to a shell and integrate BrepOffsetAPI_MakeThic...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_thickness_page.doc
1 /*!
2
3 \page create_thickness_page Thickness Construction
4
5 To add a \b Thickness to a shape in the <b>Main Menu</b> select <b>New Entity - > Generation  - > Thickness</b>
6 \n
7 It is possible to create a Solid from a Face or a Shell by applying a
8 \b Thickness. To do it you should define an \b Object that is a Face or a
9 Shell, \b Thickness and to define the thickness direction by means of
10 <b>Thicken towards the inside</b> check box.
11
12 \image html thickness.png
13
14 <b>Example:</b>
15
16 \image html thickness_result.png "Thickness of Shell"
17
18 It is possible to apply \b Thickness to a Solid. The result of this operation
19 is the hollowed Solid. To do it you should define an \b Object that is a Solid,
20 \b Faces to be removed from result, \b Thickness and the thickness direction by
21 means of <b>Thicken towards the inside</b> check box.
22
23 \image html thicksolid.png
24
25 <b>Example:</b>
26
27 \image html thicksolid_result.png "Thickness of Solid"
28
29 \n <b>TUI Commands:</b>
30 \n
31 <em>geompy.MakeThickSolid(theShape, theThickness, theFacesIDs=[])</em> -
32 Makes a thick solid from a shape;
33 \n
34 <em>geompy.Thicken(theShape, theThickness, theFacesIDs=[])</em> -
35 Modifies a shape to make it a thick solid.
36
37 <b>Arguments:</b> Name + 1 shape (face, shell or solid) + thickness +
38 the list of face IDs.
39 \n If the shape is face or shell the list of face IDs is not used.
40 The thickness can be positive or negative for thicken towards the inside.
41 \n\n <b>Advanced options</b> \ref preview_anchor "Preview"
42
43 Our <b>TUI Scripts</b> provide you with useful examples of creation of
44 \ref tui_creation_thickness "Complex Geometric Objects".
45
46 */