Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / whatis.doc
1 /*!
2
3 \page whatis_page What Is ?
4
5 This operation provides the list of types and quantities of all topological
6 entities, composing the selected geometrical object.
7
8 The information about \em COMPOUND or \em COMPSOLID shapes additionally shows
9 "flat" content - the number of "simple" top-level shapes enclosed into the compound.
10
11 \image html measures8.png
12
13 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
14 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when the input focus is
15 in the viewer to navigate between selectable objects.
16 - Press left mouse button to select an appropriate object to the dialog box.
17 .
18 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
19 of the GUI module's documentation.
20
21 <b>TUI Command:</b> <em>geompy.WhatIs(Shape),</em> where \em Shape is a
22 shape from which a description is returned.
23
24 <b>Kind of Shape</b> field characterizes the
25 whole shape. If there is no additional information about the
26 shape, <b>Basic Properties</b> button is disabled, otherwise it
27 provides information about center and dimensions of the shape.
28
29 \image html measures8a.png
30
31 <b>TUI Command:</b> <em>geompy.KindOfShape(Shape),</em> where \em Shape is a
32 shape from which a description is returned.
33
34 See also a \ref tui_whatis_page "TUI example".
35
36 */