mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
27 lines
827 B
Plaintext
27 lines
827 B
Plaintext
/*!
|
|
|
|
\page whatis_page What Is ?
|
|
|
|
General information about the selected geometrical object is the
|
|
list of types and quantities of all topological entities, composing
|
|
the shape.
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.WhatIs(Shape),</em> where \em Shape is a
|
|
shape from which a description is returned.
|
|
|
|
See also a \ref tui_whatis_page "TUI example".
|
|
|
|
\image html measures8.png
|
|
|
|
\n <b>Kind of Shape</b> field characterises the
|
|
whole shape. If there is no additional information available for the
|
|
shape, <b>Basic Properties</b> button will be disabled, otherwise it
|
|
will show a dialog with information about
|
|
dimensions, position, orientation and other parameters of the shape.
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.KindOfShape(Shape),</em> where \em Shape is a
|
|
shape from which a description is returned.
|
|
|
|
\image html measures8a.png
|
|
|
|
*/ |