1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: FeaturesPlugin_Tools.h
4 // Created: 17 November 2016
5 // Author: Dmitry Bobylev
7 #ifndef FeaturesPlugin_Tools_H_
8 #define FeaturesPlugin_Tools_H_
10 #include <GeomAlgoAPI_Translation.h>
12 class ModelAPI_ResultBody;
14 class FeaturesPlugin_Tools {
16 static void storeModifiedShapes(GeomAlgoAPI_MakeShape& theAlgo,
17 std::shared_ptr<ModelAPI_ResultBody> theResultBody,
18 std::shared_ptr<GeomAPI_Shape> theBaseShape,
21 const int theVertexTag,
22 const std::string theName,
23 GeomAPI_DataMapOfShapeShape& theSubShapes);
26 #endif /* FeaturesPlugin_Tools_H_ */