Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROData / HYDROData_Obstacle.cxx
index 345c14a7fa9010e33af31ff3a37013ca3e40248f..f66444e70da9d39e8f9ecf1b8af5418b86f66361 100644 (file)
@@ -368,6 +368,10 @@ void HYDROData_Obstacle::createGroupObjects()
   }
 }
 
+ObjectKind HYDROData_Obstacle::getAltitudeObjectType() const
+{
+  return KIND_OBSTACLE_ALTITUDE;
+}