Salome HOME
refs #417: showing new objects
[modules/hydro.git] / src / HYDROData / HYDROData_Obstacle.cxx
index 5a108d6ed36a968f714cbce20954af2ecf0390ba..4dfae8672fad9e58e82e208ab9255230e52479db 100644 (file)
@@ -107,6 +107,11 @@ void HYDROData_Obstacle::Update()
   HYDROData_Entity::Update();
 }
 
+bool HYDROData_Obstacle::IsHas2dPrs() const
+{
+  return true;
+}
+
 TopoDS_Shape HYDROData_Obstacle::GetTopShape() const
 {
   return getTopShape();