X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Rotation.h;fp=src%2FFeaturesAPI%2FFeaturesAPI_Rotation.h;h=c8e74ace884c6ae0a75825d6816bdf1e34133a1b;hb=41a0b4ccfdd7ab5ede8dbdb2b2445ab6cfbc2662;hp=0267cc94cd04b8cb53818c71e9ccc86331db3f1e;hpb=61b52539f8a46dddf55715e3c294e7247fecee3c;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Rotation.h b/src/FeaturesAPI/FeaturesAPI_Rotation.h index 0267cc94c..c8e74ace8 100644 --- a/src/FeaturesAPI/FeaturesAPI_Rotation.h +++ b/src/FeaturesAPI/FeaturesAPI_Rotation.h @@ -20,16 +20,16 @@ class ModelHighAPI_Selection; /// \class FeaturesAPI_Rotation /// \ingroup CPPHighAPI /// \brief Interface for Rotation feature. -class FeaturesAPI_Rotation : public ModelHighAPI_Interface +class FeaturesAPI_Rotation: public ModelHighAPI_Interface { public: /// Constructor without values. FEATURESAPI_EXPORT - explicit FeaturesAPI_Rotation(const std::shared_ptr & theFeature); + explicit FeaturesAPI_Rotation(const std::shared_ptr& theFeature); /// Constructor with values. FEATURESAPI_EXPORT - FeaturesAPI_Rotation(const std::shared_ptr & theFeature, + FeaturesAPI_Rotation(const std::shared_ptr& theFeature, const std::list& theMainObjects, const ModelHighAPI_Selection& theAxisObject, const ModelHighAPI_Double& theAngle); @@ -62,7 +62,7 @@ typedef std::shared_ptr RotationPtr; /// \ingroup CPPHighAPI /// \brief Create Rotation feature. FEATURESAPI_EXPORT -RotationPtr addRotation(const std::shared_ptr & thePart, +RotationPtr addRotation(const std::shared_ptr& thePart, const std::list& theMainObjects, const ModelHighAPI_Selection& theAxisObject, const ModelHighAPI_Double& theDistance);