Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
index 01c24ccb0ac3164577f8d93406886fd77f9184cb..9105d82c8b0840165795b2a04457e3da710afeb7 100755 (executable)
@@ -49,6 +49,7 @@
 
 #define GEOM_FILLET    20
 #define GEOM_FILLET_2D 45
+#define GEOM_FILLET_1D 46
 #define GEOM_CHAMFER   21
 
 #define GEOM_EDGE  22
 #define POINT_CURVE_PAR          3
 #define POINT_LINES_INTERSECTION 4
 #define POINT_SURFACE_PAR        5
-//#define POINT_FACE_PAR 5
+#define POINT_CURVE_COORD        6
+#define POINT_SURFACE_COORD      7
 
 #define VECTOR_TWO_PNT  1
 #define VECTOR_DX_DY_DZ 2
 #define FILLET_SHAPE_FACES_2R 5
 
 #define FILLET_2D_SHAPE_VERTEXES      1
+#define FILLET_1D_SHAPE_VERTEXES      1
 
 #define CHAMFER_SHAPE_ALL      1
 #define CHAMFER_SHAPE_EDGE     2