geom/doc/salome/gui/GEOM/input/archimede.doc

35 lines
1.1 KiB
Plaintext
Raw Normal View History

/*!
\page archimede_page Archimede
\n To produce an \b Archimede operation in the <b>Main Menu</b> select
<b>Operations - > Archimede</b>
\n This operation creates a plane corresponding to the modeled
water-line of the object plunged into the water (in Z direction).
\n The \b Result will be any \b GEOM_Object.
\n <b>TUI Command:</b>
<em>geompy.Archimede(Shape,Weight,WaterDensity,MeshingDeflection),</em>
where \em Shape is a shape to put into the water, \em Weight is a weight of
the shape, \em WaterDensity is density of water, \em MeshingDeflection is a
deflection of the mesh, using to compute the section.
\n <b>Arguments:</b> Name + 1 shape + 3 values (Weight, Water Density
& Meshing Deflection).
2012-08-09 13:58:02 +06:00
\n <b>Advanced options</b> \ref preview_anchor "Preview"
\image html archimede.png
\n <b>Example:</b>
2009-02-13 17:16:39 +05:00
\image html archimedesn1.png "The shape"
2009-02-13 17:16:39 +05:00
\image html archimedesn2.png "The waterline on the shape"
2009-02-13 17:16:39 +05:00
\image html archimedesn3.png "The resulting plane"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_archimede "Basic Operations".
*/