20#ifndef FeaturesPlugin_Tools_H_
21#define FeaturesPlugin_Tools_H_
23#include <GeomAlgoAPI_MakeShape.h>
24#include <GeomAPI_ShapeHierarchy.h>
25#include <ModelAPI_ResultBody.h>
32 static bool getShape(
const std::shared_ptr<ModelAPI_AttributeSelectionList> theSelectionList,
33 const bool theShareTopology,
34 ListOfShape& theShapesList,
35 std::string& theError);
39 const std::shared_ptr<ModelAPI_AttributeSelectionList> theSelectionList,
40 const bool theStoreFullHierarchy,
42 std::list<ResultPtr>& theParts,
43 ResultPtr& theTextureSource);
Storage for the hierarchy of shapes and their parents (compounds or compsolids)
Definition: GeomAPI_ShapeHierarchy.h:34