Salome HOME
6019112b6b5eb46b58f80ae3be5ed59c0fd84efd
[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
21 \image html archimede.png
22
23 \n <b>Example:</b>
24
25 \image html archimedesn1.png
26
27 \image html archimedesn2.png
28
29 \image html archimedesn3.png
30
31 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
32 \ref tui_archimede "Basic Operations".
33
34 */