mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Bos #23995 [CEA 24030] ParaView 5.9: fix volumes selection
This commit is contained in:
parent
415e5989ba
commit
f6dcd574a0
@ -1643,7 +1643,8 @@ void SMESH_ActorDef::SetEntityMode(unsigned int theMode)
|
||||
theMode |= eVolumes;
|
||||
}
|
||||
|
||||
myBaseActor->myGeomFilter->SetInside(myEntityMode != anObjectEntities);
|
||||
// rnv : Fix volume selection on Display Entity
|
||||
//myBaseActor->myGeomFilter->SetInside(myEntityMode != anObjectEntities);
|
||||
|
||||
if ( anObjectEntities == 0 && myRepresentation != ePoint ) // no elements, show nodes
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user