]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Information on shape in TUI. New 'shapeInfo' python method. CR29477
authormpv <mpv@opencascade.com>
Mon, 18 Apr 2022 11:31:24 +0000 (14:31 +0300)
committermpv <mpv@opencascade.com>
Mon, 18 Apr 2022 11:31:24 +0000 (14:31 +0300)
commit06811c3856a6775cd6c1e5758cfc658bc83a8a5a
treeb2d6187d5e709dfb1dd48f4068db66249854db70
parentdb7c51ff3d57d1d699799257ba0699f7d6a837e7
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