Returns the properties (Length, Surface & Volume) for the selected geometrical object.
Result: Display Length, Surface & Volume in the form of Python Tuple.
TUI Command: geompy.BasicProperties(Shape), where Shape is a shape whose properties are inquired.
See also a TUI example.