Salome HOME
Problem: Clipping Plane is not displayed.
[modules/visu.git] / src / VISUGUI / VisuGUI_ClippingDlg.cxx
index b3ce61275c72e59762765d6d0da01108ee5c2965..1110e64808f3f240a4543fee0b197b512c445bd2 100644 (file)
@@ -995,6 +995,7 @@ void VisuGUI_ClippingDlg::SetCurrentPlaneParam()
   aPlaneSource->SetOrigin(aPnt0[0],aPnt0[1],aPnt0[2]);
   aPlaneSource->SetPoint1(aPnt1[0],aPnt1[1],aPnt1[2]);
   aPlaneSource->SetPoint2(aPnt2[0],aPnt2[1],aPnt2[2]);
+  aPlaneSource->Update();
 
   if (AutoApplyCheckBox->isChecked())
     ClickOnApply();