Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / archimede.doc
1 /*!
2
3 \page archimede_page Archimede
4
5 \n To produce an \b Archimede operation in the <b>Main Menu</b> select
6 <b>Operations - > Archimede</b>
7
8 \n This operation creates a plane corresponding to the modeled
9 water-line of the object plunged into the water (in Z direction).
10
11 \n The \b Result will be any \b GEOM_Object.
12
13 \n <b>TUI Command:</b>
14 <em>geompy.Archimede(Shape,Weight,WaterDensity,MeshingDeflection),</em>
15  where \em Shape is a shape to put into the water, \em Weight is a weight of
16 the shape, \em WaterDensity is density of water, \em MeshingDeflection is a
17 deflection of the mesh, using to compute the section.
18 \n <b>Arguments:</b> Name + 1 shape  + 3 values (Weight, Water Density
19 & Meshing Deflection).
20 \n <b>Advanced options</b> \ref preview_anchor "Preview"
21
22 \image html archimede.png
23
24 \n <b>Example:</b>
25
26 \image html archimedesn1.png "The shape"
27
28 \image html archimedesn2.png "The waterline on the shape"
29
30 \image html archimedesn3.png "The resulting plane"
31
32 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
33 \ref tui_archimede "Basic Operations".
34
35 */