]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/whatis.doc
Salome HOME
0022760: [EDF] Improvement of the What Is operation
[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 For the COMPOUND or COMPSOLID shape, additionally the information about
9 "flat" content is shown - a number of "simple" top-level shapes enclosed into the compound.
10
11 \image html measures8.png
12
13 \n <b>TUI Command:</b> <em>geompy.WhatIs(Shape),</em> where \em Shape is a
14 shape from which a description is returned.
15
16 \n <b>Kind of Shape</b> field characterizes the
17 whole shape. If there is no additional information about the
18 shape, <b>Basic Properties</b> button is disabled, otherwise it
19 provides information about center and dimensions of the shape.
20
21 \image html measures8a.png
22
23 \n <b>TUI Command:</b> <em>geompy.KindOfShape(Shape),</em> where \em Shape is a
24 shape from which a description is returned.
25
26 See also a \ref tui_whatis_page "TUI example".
27
28 */