X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Objects.h;h=dc1fe7855a74cd19abd0879fcaa072365af8ca1d;hb=77b93142eb8ba33bfb9a42040c2fd8926ffea5c8;hp=0b11f4436c05ddf72e05ab68487086bc7e5177e6;hpb=5303dd1fa6ad4411e38f8d36103c72109957e05c;p=modules%2Fshaper.git diff --git a/src/Model/Model_Objects.h b/src/Model/Model_Objects.h index 0b11f4436..dc1fe7855 100644 --- a/src/Model/Model_Objects.h +++ b/src/Model/Model_Objects.h @@ -95,23 +95,23 @@ class Model_Objects //! Returns the feature by zero-based index: features in the history or not std::shared_ptr internalFeature(const int theIndex); - /// Creates a construction results + /// Creates a construction result std::shared_ptr createConstruction( const std::shared_ptr& theFeatureData, const int theIndex = 0); - /// Creates a body results + /// Creates a body result std::shared_ptr createBody( const std::shared_ptr& theFeatureData, const int theIndex = 0); - /// Creates a part results + /// Creates a part result std::shared_ptr createPart( const std::shared_ptr& theFeatureData, const int theIndex = 0); - /// Copies a part results, keeping the reference to origin + /// Copies a part result, keeping the reference to origin std::shared_ptr copyPart( const std::shared_ptr& theOrigin, const std::shared_ptr& theFeatureData, const int theIndex = 0); - /// Creates a group results + /// Creates a group result std::shared_ptr createGroup( const std::shared_ptr& theFeatureData, const int theIndex = 0); - + /// Creates a parameter result std::shared_ptr createParameter( const std::shared_ptr& theFeatureData, const int theIndex = 0); @@ -175,7 +175,8 @@ class Model_Objects /// Creates the history: up to date with the current state void createHistory(const std::string& theGroupID); - /// Returns to the next (from the history point of view) feature, any: invisible or disabled + /// Returns the next (from the history point of view) feature, any: invisible or disabled + /// \param theCurrent previous to the resulting feature /// \param theReverse if it is true, iterates in reverced order (next becomes previous) FeaturePtr nextFeature(FeaturePtr theCurrent, const bool theReverse = false); /// Returns to the first (from the history point of view) feature, any: invisible or disabled