mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
|
/*!
|
||
|
|
||
|
\page basic_prop_page Basic Properties
|
||
|
|
||
|
Returns the properties (Length, Surface & Volume) for the selected
|
||
|
geometrical object.
|
||
|
|
||
|
<b>Result:</b> Display Length, Surface & Volume in the form of
|
||
|
Python Tuple.
|
||
|
\n<b>TUI Command:</b> <em>geompy.BasicProperties(Shape),</em> where
|
||
|
\em Shape is a shape whose properties are inquired.
|
||
|
|
||
|
See also a \ref tui_basic_properties_page "TUI example".
|
||
|
|
||
|
\image html neo-basicprop.png
|
||
|
|
||
|
*/
|