projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f50910
)
Update for OCCT 6.5.2
author
bugmaster
<>
Tue, 27 Sep 2011 10:23:36 +0000
(10:23 +0000)
committer
bugmaster
<bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:30:33 +0000
(19:30 +0400)
samples/mfc/standard/Common/User_Cylinder.cxx
patch
|
blob
|
blame
|
history
diff --git
a/samples/mfc/standard/Common/User_Cylinder.cxx
b/samples/mfc/standard/Common/User_Cylinder.cxx
index
c5fbb71
..
5c53eb0
100755
(executable)
--- a/
samples/mfc/standard/Common/User_Cylinder.cxx
+++ b/
samples/mfc/standard/Common/User_Cylinder.cxx
@@
-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;
}
}