]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultBody.h
Salome HOME
Implementation of the task #3109 : Feature Copy
[modules/shaper.git] / src / Model / Model_ResultBody.h
index 663bf8cecf416c54e02ed6f4e8ace29f3f719672..d0a1f908e68c946dbf38b6859de94cb8326ef33a 100644 (file)
@@ -78,6 +78,8 @@ public:
                                   const GeomAPI_Shape::ShapeType theShapeTypeToExplore,
                                   const std::string& theName = "") override;
 
+  /// load shapes of the first level (to be used during shape import)
+  MODEL_EXPORT virtual void loadFirstLevel(GeomShapePtr theShape, const std::string& theName);
 
   /// Returns the number of sub-elements
   MODEL_EXPORT virtual int numberOfSubs(bool forTree = false) const;