]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Parts results and activation/deactivation management (show/hide also)
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index 1b2f8260155efefa267bca2be85d5bb01b9c2fcf..9e9213f8785a6838689f5bad8a4ddb181e2b0049 100644 (file)
@@ -68,6 +68,10 @@ protected:
   virtual void selectConstruction(
     const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape);
 
+  /// Performs the selection for the part result (selection by name of body result inside of part)
+  virtual void selectPart(
+    const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape);
+
   /// Returns the label where TNaming_Selection results are stored
   /// Note: there must be no attributes stored at the same label because Selector clears this lab
   TDF_Label selectionLabel();