Salome HOME
added support for all type of edges in KindOfShape method
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_KindOfName.hxx
index b0de007a10bc482ef76228a7e45573e18e04495c..90fe883a488cf1657d276fe30f364928c6bc6652 100644 (file)
@@ -45,7 +45,11 @@ GEOMAlgo_KN_RECTANGLE,
 GEOMAlgo_KN_TRIANGLE,
 GEOMAlgo_KN_QUADRANGLE,
 GEOMAlgo_KN_ARCELLIPSE,
-GEOMAlgo_KN_SOLID
+GEOMAlgo_KN_SOLID,
+GEOMAlgo_KN_CURVEBSPLINE,
+GEOMAlgo_KN_CURVEBEZIER,
+GEOMAlgo_KN_HYPERBOLA,
+GEOMAlgo_KN_PARABOLA
 };
 
 #ifndef _Standard_PrimitiveTypes_HeaderFile