2012-08-09 13:58:02 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page whatis_page What Is ?
|
|
|
|
|
2014-10-09 16:49:07 +06:00
|
|
|
This operation provides the list of types and quantities of all topological
|
|
|
|
entities, composing the selected geometrical object.
|
|
|
|
|
2015-05-25 14:45:48 +05:00
|
|
|
The information about \em COMPOUND or \em COMPSOLID shapes additionally shows
|
|
|
|
"flat" content - the number of "simple" top-level shapes enclosed into the compound.
|
2014-05-05 12:16:12 +06:00
|
|
|
|
|
|
|
\image html measures8.png
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2014-11-19 17:40:00 +05:00
|
|
|
\note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
|
2015-05-25 14:45:48 +05:00
|
|
|
- Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when the input focus is
|
2014-11-19 17:40:00 +05:00
|
|
|
in the viewer to navigate between selectable objects.
|
|
|
|
- Press left mouse button to select an appropriate object to the dialog box.
|
|
|
|
.
|
|
|
|
For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
|
|
|
|
of the GUI module's documentation.
|
|
|
|
|
|
|
|
<b>TUI Command:</b> <em>geompy.WhatIs(Shape),</em> where \em Shape is a
|
2012-08-09 13:58:02 +06:00
|
|
|
shape from which a description is returned.
|
|
|
|
|
2014-11-19 17:40:00 +05:00
|
|
|
<b>Kind of Shape</b> field characterizes the
|
2014-05-05 12:16:12 +06:00
|
|
|
whole shape. If there is no additional information about the
|
|
|
|
shape, <b>Basic Properties</b> button is disabled, otherwise it
|
|
|
|
provides information about center and dimensions of the shape.
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
\image html measures8a.png
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2014-11-19 17:40:00 +05:00
|
|
|
<b>TUI Command:</b> <em>geompy.KindOfShape(Shape),</em> where \em Shape is a
|
2012-08-09 13:58:02 +06:00
|
|
|
shape from which a description is returned.
|
|
|
|
|
2014-05-05 12:16:12 +06:00
|
|
|
See also a \ref tui_whatis_page "TUI example".
|
2012-08-09 13:58:02 +06:00
|
|
|
|
|
|
|
*/
|