Salome HOME
17.12.2013. Added Partition algorithm (draft version).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportGeomObjectOp.cxx
index 44f3476dc67244e8b873c6911983ebb55bcc2346..b993882982b09c8c9e9a4700130d93561a9999a5 100644 (file)
@@ -189,6 +189,8 @@ bool HYDROGUI_ImportGeomObjectOp::processApply( int& theUpdateFlags,
         // Set shape
         anObstacle->SetShape3D( aShape );
 
+        anObstacle->Update();
+
         // Set operation status
         anIsOk = true;
         theUpdateFlags = UF_Model | UF_OCCViewer | UF_OCC_Forced;