Salome HOME
Make the movement, placement and rotation 3D features may be applied to the Part...
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultPart.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_ResultPart.cpp
4 // Created:     12 Jan 2015
5 // Author:      Sergey BELASH
6
7 #include <ModelAPI_ResultPart.h>
8
9 #include <string>
10
11 std::string ModelAPI_ResultPart::groupName()
12 {
13   return ModelAPI_ResultPart::group();
14 }
15
16 bool ModelAPI_ResultPart::isConcealed()
17 {
18   //return false;
19   return ModelAPI_Result::isConcealed(); // the way with different results is applied
20 }