mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0030480: Visualization - Clear of Select3D_SensitiveGroup does not update internal container
This commit is contained in:
parent
ab9f6cabdc
commit
a7ced2a456
@ -157,7 +157,7 @@ void Select3D_SensitiveGroup::Clear()
|
|||||||
myEntities.Clear();
|
myEntities.Clear();
|
||||||
myBndBox.Clear();
|
myBndBox.Clear();
|
||||||
myCenter = gp_Pnt (0.0, 0.0, 0.0);
|
myCenter = gp_Pnt (0.0, 0.0, 0.0);
|
||||||
myEntities.Clear();
|
myBVHPrimIndexes.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user