mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-14 16:53:07 +05:00
15 lines
365 B
Plaintext
15 lines
365 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.
|
|
|
|
\image html neo-basicprop.png
|
|
|
|
*/ |