From eca2349fdaf75152ba6ce6547f63b91b1f3b12bc Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 12 May 2015 16:31:40 +0300 Subject: [PATCH] porting to new version OCCT --- src/HYDROGUI/HYDROGUI_ImagePrs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROGUI/HYDROGUI_ImagePrs.cxx b/src/HYDROGUI/HYDROGUI_ImagePrs.cxx index a96f7630..d9c0076a 100644 --- a/src/HYDROGUI/HYDROGUI_ImagePrs.cxx +++ b/src/HYDROGUI/HYDROGUI_ImagePrs.cxx @@ -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 ); } } -- 2.39.2