mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-20 18:00:35 +05:00
Issue 0020657: EDF 1244 SMESH: Bad display of tetras
This commit is contained in:
parent
0862b12810
commit
084d5228ee
@ -1292,11 +1292,7 @@ void SMESH_ActorDef::SetEntityMode(unsigned int theMode)
|
|||||||
|
|
||||||
VTKViewer_ExtractUnstructuredGrid* aHightFilter = myHighlitableActor->GetExtractUnstructuredGrid();
|
VTKViewer_ExtractUnstructuredGrid* aHightFilter = myHighlitableActor->GetExtractUnstructuredGrid();
|
||||||
aHightFilter->ClearRegisteredCellsWithType();
|
aHightFilter->ClearRegisteredCellsWithType();
|
||||||
|
aHightFilter->SetModeOfChanging(VTKViewer_ExtractUnstructuredGrid::eAdding);
|
||||||
// The following row has been commented (initially added in 1.28.2.3.1 revision)
|
|
||||||
// Reason: seems to be unnecessary, this filter should always have default (ePassAll) mode of changing
|
|
||||||
// In addition, it leads to exception (see bug IPAL21372)
|
|
||||||
//aHightFilter->SetModeOfChanging(VTKViewer_ExtractUnstructuredGrid::eAdding);
|
|
||||||
|
|
||||||
if (myEntityMode & e0DElements) {
|
if (myEntityMode & e0DElements) {
|
||||||
if (MYDEBUG) MESSAGE("0D ELEMENTS");
|
if (MYDEBUG) MESSAGE("0D ELEMENTS");
|
||||||
|
Loading…
Reference in New Issue
Block a user