mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
Fix for '54677: TC-9.5.0: SMESH: ball visualization failed'
This commit is contained in:
parent
75b15d2531
commit
501b1a0f68
@ -217,6 +217,7 @@ namespace SMESH
|
||||
void SetBallPosition(SMESH_Actor* theActor,TVTKIds& theIds, double theDiameter)
|
||||
{
|
||||
vtkUnstructuredGrid *aGrid = theActor->GetUnstructuredGrid();
|
||||
myBallPolyData->SetPoints(NULL);
|
||||
myBallPolyData->Reset();
|
||||
myBallPolyData->DeleteCells();
|
||||
myBallPolyData->SetPoints(aGrid->GetPoints());
|
||||
|
Loading…
Reference in New Issue
Block a user