Salome HOME
Issue 2556: Functionality of inspection “WhatIs”
authorazv <azv@opencascade.com>
Mon, 3 Sep 2018 10:19:51 +0000 (13:19 +0300)
committerazv <azv@opencascade.com>
Mon, 3 Sep 2018 10:21:08 +0000 (13:21 +0300)
commit2e9b24400c6194f045ae581a77bc2a49e6626fe0
tree73bf87731efb52842712588f5a1dce3234ac906f
parent2521ed5259babaf415e86c5d21ce73d72f3fcbe9
Issue 2556: Functionality of inspection “WhatIs”

Unit tests for the inspection functionality.
16 files changed:
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI.i
src/GeomAPI/GeomAPI_Cone.cpp
src/GeomAPI/GeomAPI_Face.cpp
src/GeomAPI/GeomAPI_Pnt.cpp
src/GeomAPI/GeomAPI_Pnt.h
src/GeomAPI/GeomAPI_Shell.cpp
src/GeomAPI/GeomAPI_Solid.cpp
src/GeomAPI/GeomAPI_Wire.cpp
src/GeomAPI/GeomAPI_swig.h
src/GeomAPI/Test/TestBox.py [new file with mode: 0644]
src/GeomAPI/Test/TestCone.py [new file with mode: 0644]
src/GeomAPI/Test/TestCylinder.py [new file with mode: 0644]
src/GeomAPI/Test/TestPolygon.py [new file with mode: 0644]
src/GeomAPI/Test/TestSphere.py [new file with mode: 0644]
src/GeomAPI/Test/TestTorus.py [new file with mode: 0644]