X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Translation.h;fp=src%2FFeaturesAPI%2FFeaturesAPI_Translation.h;h=7a14f8a88940ab67f6992a6018fc6008f226c83a;hb=47fd852173321d7333c37ab439c1e75688fe7f72;hp=3fd650e52afcfedbebb44c7be2edd1063b162989;hpb=81cc2c23e3109a51d178e63fe5b8a0a4625287b6;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Translation.h b/src/FeaturesAPI/FeaturesAPI_Translation.h index 3fd650e52..7a14f8a88 100644 --- a/src/FeaturesAPI/FeaturesAPI_Translation.h +++ b/src/FeaturesAPI/FeaturesAPI_Translation.h @@ -56,11 +56,11 @@ public: ModelAPI_AttributeSelection, /** Axis object */, distance, FeaturesPlugin_Translation::DISTANCE_ID(), ModelAPI_AttributeDouble, /** Distance */, - dx, FeaturesPlugin_Translation::DX_ID(), + dx, FeaturesPlugin_Translation::DX_ID(), ModelAPI_AttributeDouble, /** Dimension in X */, - dy, FeaturesPlugin_Translation::DY_ID(), + dy, FeaturesPlugin_Translation::DY_ID(), ModelAPI_AttributeDouble, /** Dimension in Y */, - dz, FeaturesPlugin_Translation::DZ_ID(), + dz, FeaturesPlugin_Translation::DZ_ID(), ModelAPI_AttributeDouble, /** Dimension in Z */ ) @@ -72,7 +72,7 @@ public: FEATURESAPI_EXPORT void setAxisAndDistance(const ModelHighAPI_Selection& theAxisObject, const ModelHighAPI_Double& theDistance); - + /// Modify CreationMethod, dx, dy, dz attributes of the feature. FEATURESAPI_EXPORT void setDimensions(const ModelHighAPI_Double& theDx,