]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Partition.h
Salome HOME
Extract ShapeHierarchy as a separate object
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Partition.h
index b358831d0285bafaced16ff9fac42241a69e5161..5c15c52856f4f5027e67c3c9f886ed953f4635e7 100644 (file)
@@ -73,7 +73,7 @@ private:
   /// Cut all of unused subs of compsolids by the full compsolid of the first selected object,
   /// and vice versa, cut all objects of Partition by not used subs of the first selected object.
   /// Store results of operation to the separated lists of shapes.
-  bool cutSubs(ObjectHierarchy& theHierarchy,
+  bool cutSubs(GeomAPI_ShapeHierarchy& theHierarchy,
                ListOfShape& theUsed,
                ListOfShape& theNotUsed,
                std::shared_ptr<GeomAlgoAPI_MakeShapeList>& theMakeShapeList,