Salome HOME
bos #29477 Information on shape in TUI. New 'shapeInfo' python method.
authormpv <mpv@opencascade.com>
Mon, 18 Apr 2022 11:31:24 +0000 (14:31 +0300)
committervsr <vsr@opencascade.com>
Thu, 2 Jun 2022 10:52:34 +0000 (13:52 +0300)
commit7b7572de9532f6f327bdc2a9517d7264500bc91e
tree97174eac9023c6b84196355d204adc6179cdc19c
parent26e3de30bb503d6bd4eb234acd9b2b2365e2b6a3
bos #29477 Information on shape in TUI. New 'shapeInfo' python method.
13 files changed:
doc/gui/General/Introduction.rst
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GeomAlgoAPI.i
src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ShapeInfo.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_swig.h
src/PythonAPI/Test/TestShapeInfo.py [new file with mode: 0644]
src/PythonAPI/geom/ShapeInfo.py [new file with mode: 0644]
src/PythonAPI/geom/__init__.py
src/PythonAPI/tests.set
src/SHAPERGUI/CMakeLists.txt
src/XGUI/XGUI_InspectionPanel.cpp
src/XGUI/XGUI_InspectionPanel.h