Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / doc / salome / gui / GEOM / input / basic_prop.doc
1 /*! 
2
3 \page basic_prop_page Basic Properties
4
5 This operation returns Length, Surface and Volume properties for the selected
6 geometrical object.
7
8 \image html neo-basicprop.png
9
10 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
11 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
12 in the viewer to navigate between selectable objects.
13 - Press left mouse button to select an appropriate object to the dialog box.
14 .
15 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
16 of the GUI module's documentation.
17
18 <b>TUI Command:</b> <em>geompy.BasicProperties(Shape, theTolerance=1.e-6),</em>
19 where \em Shape is a shape whose properties are inquired, \em theTolerance is
20 maximal relative error of area and volume computation.
21
22 See also a \ref tui_basic_properties_page "TUI example".
23
24 */