mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
7961b83044
This reverts commit 3cd92817cb
.
25 lines
751 B
Plaintext
25 lines
751 B
Plaintext
/*!
|
|
|
|
\page whatis_page What Is ?
|
|
|
|
This operation provides the list of types and quantities of all topological entities, composing
|
|
the selected geometrical object.
|
|
|
|
\image html measures8.png
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.WhatIs(Shape),</em> where \em Shape is a
|
|
shape from which a description is returned.
|
|
|
|
\n <b>Kind of Shape</b> field characterizes the
|
|
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.
|
|
|
|
\image html measures8a.png
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.KindOfShape(Shape),</em> where \em Shape is a
|
|
shape from which a description is returned.
|
|
|
|
See also a \ref tui_whatis_page "TUI example".
|
|
|
|
*/ |