]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultBody.h
Salome HOME
SketchEntity object for the Sketch features
[modules/shaper.git] / src / Model / Model_ResultBody.h
index f4fbb7b1f36feaccf10aa9ad5ef8dae5d996efa4..5b849c620b50b64b8fa1b3bad68c0eb68052d0a6 100644 (file)
@@ -29,6 +29,9 @@ class Model_ResultBody : public ModelAPI_ResultBody
   /// label; index in vector corresponds to the label tag
   std::vector<TNaming_Builder*> myBuilders;
 public:
+  /// Request for initialization of data model of the result: adding all attributes
+  virtual void initAttributes();
+
   /// Stores the shape (called by the execution method).
   MODEL_EXPORT virtual void store(const std::shared_ptr<GeomAPI_Shape>& theShape);