Salome HOME
SIP: HYDROData_Profile is included.
[modules/hydro.git] / src / HYDROPy / HYDROData_IPolyline.sip
index 1e0e9c7db828957732108f8d63f4225701876c9a..6d5f8b798d7a191124d5313dff8beb3a0eaccc1d 100644 (file)
 class HYDROData_IPolyline : HYDROData_Entity /Abstract/
 {
 
+  typedef gp_XY                       Point;
+  typedef NCollection_Sequence<gp_XY> PointsList;
+
+
 %TypeHeaderCode
 #include <HYDROData_IPolyline.h>
 %End