1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Update for OCCT 6.5.2

This commit is contained in:
bugmaster 2011-09-27 10:23:36 +00:00 committed by bugmaster
parent 6f50910cbb
commit d5c67ba02e

View File

@ -389,10 +389,10 @@ void User_Cylinder::ComputeSelection(const Handle_SelectMgr_Selection& aSelectio
{
switch(aMode){
case 0:
StdSelect_BRepSelectionTool::Load(aSelection,this,myShape,TopAbs_SHAPE, 0, 0);
StdSelect_BRepSelectionTool::Load(aSelection,this,myShape,TopAbs_SHAPE, 0.01, 0.1);
break;
case 4:
StdSelect_BRepSelectionTool::Load(aSelection,this,myShape,TopAbs_FACE, 0, 0);
StdSelect_BRepSelectionTool::Load(aSelection,this,myShape,TopAbs_FACE, 0.01, 0.1);
break;
}
}