]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
porting to new version OCCT
authorasl <asl@opencascade.com>
Tue, 12 May 2015 13:31:40 +0000 (16:31 +0300)
committerasl <asl@opencascade.com>
Tue, 12 May 2015 13:31:40 +0000 (16:31 +0300)
src/HYDROGUI/HYDROGUI_ImagePrs.cxx

index a96f76301941d1e9ef89c38302b19f39b895e0c8..d9c0076ab1fc81f21b0d5374332f5023927da264 100644 (file)
@@ -101,7 +101,7 @@ void HYDROGUI_ImagePrs::ComputeSelection( const Handle(SelectMgr_Selection)& the
         for ( int i = 0; i < myContour.size(); i++ )
             aPoints.SetValue( aPoints.Lower() + i, convert( myContour[i] ) );
 
-        Handle(Select3D_SensitiveFace) aSensitiveFace = new Select3D_SensitiveFace( anOwner, aPoints );
+        Handle(Select3D_SensitiveFace) aSensitiveFace = new Select3D_SensitiveFace( anOwner, aPoints, Select3D_TOS_INTERIOR );
         theSelection->Add( aSensitiveFace );
     }
 }