Salome HOME
Issue 2556: Functionality of inspection “WhatIs”
authorazv <azv@opencascade.com>
Tue, 14 Aug 2018 05:47:20 +0000 (08:47 +0300)
committerazv <azv@opencascade.com>
Tue, 14 Aug 2018 05:48:29 +0000 (08:48 +0300)
commit5ff96b13035a4e95572580dbc6aa6f2c526d0a45
treea2a94e0cb7c330141a24c1128b7b559762a978e2
parent7cde98370190b98c6a3ee45ee74aace0df903ddf
Issue 2556: Functionality of inspection “WhatIs”

Assign inspection roles to the corresponding shapes
27 files changed:
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI.i
src/GeomAPI/GeomAPI_Box.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Box.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Cone.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Cone.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Cylinder.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Cylinder.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Ellipse.cpp
src/GeomAPI/GeomAPI_Ellipse.h
src/GeomAPI/GeomAPI_Face.cpp
src/GeomAPI/GeomAPI_Face.h
src/GeomAPI/GeomAPI_Shape.cpp
src/GeomAPI/GeomAPI_Shape.h
src/GeomAPI/GeomAPI_Shell.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Shell.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Solid.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Solid.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Sphere.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Sphere.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Torus.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Torus.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Wire.cpp
src/GeomAPI/GeomAPI_Wire.h
src/GeomAPI/GeomAPI_swig.h
src/XGUI/XGUI_InspectionPanel.cpp
src/XGUI/XGUI_InspectionPanel.h