mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0030156: Visualization, TKV3d - Triangles outside of selection volume are selected
The addition of elements to map is put under correct condition that element overlaps with selection volume
This commit is contained in:
parent
72a2da560f
commit
f2eaecb217
@ -1059,13 +1059,13 @@ Standard_Boolean Select3D_SensitivePrimitiveArray::overlapsElement (SelectBasics
|
||||
myMinDepthElem = aPickResult.Depth();
|
||||
}
|
||||
aResult = Standard_True;
|
||||
}
|
||||
if (!myDetectedElemMap.IsNull()
|
||||
&& theMgr.GetActiveSelectionType() != SelectBasics_SelectingVolumeManager::Point)
|
||||
{
|
||||
myDetectedElemMap->ChangeMap().Add(aTriIndex);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (myToDetectNode)
|
||||
{
|
||||
for (int aNodeIter = 0; aNodeIter < 3; ++aNodeIter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user