Salome HOME
Problem: Clipping Plane is not displayed. BR_PORTING_VTK6 mergeto_V7_main_01Mar13
authorvtn <vtn@opencascade.com>
Thu, 28 Feb 2013 13:55:37 +0000 (13:55 +0000)
committervtn <vtn@opencascade.com>
Thu, 28 Feb 2013 13:55:37 +0000 (13:55 +0000)
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();