Salome HOME
[Code coverage FeaturesAPI]: Improve coverage of Scale, Rotation, Revolution and...
authorazv <azv@opencascade.com>
Tue, 18 Dec 2018 07:57:44 +0000 (10:57 +0300)
committerazv <azv@opencascade.com>
Tue, 18 Dec 2018 10:28:18 +0000 (13:28 +0300)
commit16d69b8d41275b598e0fb9c215181de7926d8c05
treec830c9ef8a6fe75440ff55a9e5e1543718d9642e
parent6a02c342d1b289238b54618fba2796ca900fd73f
[Code coverage FeaturesAPI]: Improve coverage of Scale, Rotation, Revolution and Extrusion features
18 files changed:
src/FeaturesAPI/FeaturesAPI_Extrusion.cpp
src/FeaturesAPI/FeaturesAPI_ExtrusionBoolean.cpp
src/FeaturesAPI/FeaturesAPI_Revolution.cpp
src/FeaturesAPI/FeaturesAPI_RevolutionBoolean.cpp
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/Test/TestExtrusionCut_ByPlanesAndOffsets.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestExtrusionCut_BySize.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestExtrusionFuse_ByPlanesAndOffsets.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestExtrusionFuse_BySize.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolutionCut_ByAngle.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolutionCut_ByPlanesAndOffsets.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolutionFuse_ByAngle.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolutionFuse_ByPlanesAndOffsets.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRevolution_ByAngle.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRotation_ByAxis.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestRotation_ByPoints.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestScale1.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestScale2.py [new file with mode: 0644]