X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Tools.h;h=aad79acc0f448eecd4f2a7cfe13c9ad205de9be7;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=365961fcbcc32a6ee143a7bfea3d34f7d1ba61c9;hpb=0a909334d2b82cfcf3f9cb60d0719b81db86c005;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Tools.h b/src/SketcherPrs/SketcherPrs_Tools.h index 365961fcb..aad79acc0 100644 --- a/src/SketcherPrs/SketcherPrs_Tools.h +++ b/src/SketcherPrs/SketcherPrs_Tools.h @@ -19,9 +19,6 @@ #include #include -// PORTING_TO_SALOME_8 -//class Handle_Prs3d_DimensionAspect; - class GeomDataAPI_Point2D; class AIS_Dimension; @@ -171,17 +168,6 @@ namespace SketcherPrs_Tools { /// \param theState a new state SKETCHERPRS_EXPORT void sendExpressionShownEvent(const bool& theState); - /// Creates an aspect to be shown in length/radius dimension presentations - /// \return an instance of aspect - //SKETCHERPRS_EXPORT Handle_Prs3d_DimensionAspect createDimensionAspect(); - - /// Update variable aspect parameters (depending on viewer scale) - /// \param theDimAspect an aspect to be changed - /// \param theDimValue an arrow value - /// \param theTextSize an arrow value - //SKETCHERPRS_EXPORT void updateArrows(Handle_Prs3d_DimensionAspect theDimAspect, - // double theDimValue, double theTextSize); - /// Throws an exception(in debug mode) and sends a signal about necessity to hide the object /// \param theFeature a feature where AIS presentation is empty /// \param theError a debug error information