Salome HOME
Porting to SALOME_8.2.0
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index ac76fdac95075eacdb1bbbb54db200ec1c16096c..365961fcbcc32a6ee143a7bfea3d34f7d1ba61c9 100644 (file)
 #include <Events_Loop.h>
 #include <Events_Message.h>
 
+// PORTING_TO_SALOME_8
+//class Handle_Prs3d_DimensionAspect;
+
 class GeomDataAPI_Point2D;
 class AIS_Dimension;
-class Handle_Prs3d_DimensionAspect;
 
 //#define MyTextHeight 20
 
@@ -171,14 +173,14 @@ namespace SketcherPrs_Tools {
 
   /// Creates an aspect to be shown in length/radius dimension presentations
   /// \return an instance of aspect
-  SKETCHERPRS_EXPORT Handle_Prs3d_DimensionAspect createDimensionAspect();
+  //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);
+  //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