]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #455: not clear presentation master_20140917
authorasl <asl@opencascade.com>
Wed, 17 Sep 2014 11:49:39 +0000 (11:49 +0000)
committerasl <asl@opencascade.com>
Wed, 17 Sep 2014 11:49:39 +0000 (11:49 +0000)
src/HYDROGUI/HYDROGUI_ShapeBathymetry.cxx

index 9d4d25ad020bf5db83f812eac24f6a8dcc2d31f3..026f8a0462588a47adf830fb94b8dd8936993dda 100644 (file)
@@ -68,7 +68,7 @@ Handle_AIS_InteractiveObject HYDROGUI_ShapeBathymetry::createShape() const
   if( !aBath.IsNull() )
   {
     Handle_AIS_PointCloud aPntCloud = new HYDROGUI_BathymetryPrs();
-    //aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 1.0));
+    aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 2.0));
 
     const HYDROData_Bathymetry::AltitudePoints& aBathPoints = aBath->GetAltitudePoints();
     int aLower = aBathPoints.Lower();