From: Nicolas RECHATIN Date: Fri, 18 Jun 2021 14:45:46 +0000 (+0200) Subject: dev_docs X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fnrn%2FIntegration_normal2face;p=modules%2Fshaper.git dev_docs --- diff --git a/src/FeaturesAPI/FeaturesAPI_NormalToFace.h b/src/FeaturesAPI/FeaturesAPI_NormalToFace.h index d305cdec2..689b868e1 100644 --- a/src/FeaturesAPI/FeaturesAPI_NormalToFace.h +++ b/src/FeaturesAPI/FeaturesAPI_NormalToFace.h @@ -40,11 +40,13 @@ public: FEATURESAPI_EXPORT explicit FeaturesAPI_NormalToFace(const std::shared_ptr& theFeature); + /// Constructor with values. FEATURESAPI_EXPORT explicit FeaturesAPI_NormalToFace(const std::shared_ptr& theFeature, const ModelHighAPI_Selection& theBaseFace, const ModelHighAPI_Selection& theOptionnelPoint); + /// Constructor with values. FEATURESAPI_EXPORT explicit FeaturesAPI_NormalToFace(const std::shared_ptr& theFeature, const ModelHighAPI_Selection& theBaseFace); diff --git a/src/FeaturesPlugin/FeaturesPlugin_CreateNormalToFace.h b/src/FeaturesPlugin/FeaturesPlugin_CreateNormalToFace.h index b3a356770..fcbc287ba 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_CreateNormalToFace.h +++ b/src/FeaturesPlugin/FeaturesPlugin_CreateNormalToFace.h @@ -29,7 +29,6 @@ /// \class FeaturesPlugin_CreateNormalToFace /// \ingroup Plugins /// \brief Feature for construct normal to face - class FeaturesPlugin_CreateNormalToFace : public ModelAPI_Feature { public: diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h b/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h index 6c54e4488..307ed3df6 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h @@ -32,7 +32,7 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_NormalToFace { public: - /// get the normal to face-shapes + /// Get the normal to face-shapes /// \param theface the face /// \param theOptionnelPoint the optionnel point /// \param theNormal the normal