]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Add new values for pipe, vector, thrusections
authorgka <gka@opencascade.com>
Mon, 24 Apr 2006 07:33:52 +0000 (07:33 +0000)
committergka <gka@opencascade.com>
Mon, 24 Apr 2006 07:33:52 +0000 (07:33 +0000)
src/GEOMImpl/GEOMImpl_Types.hxx

index 392163c0d8e6421a23114fcdce3c0150289498eb..2016d6719e43f54c37037c30ed9cbbe6360367af 100755 (executable)
@@ -79,6 +79,8 @@
 
 #define GEOM_MARKER 39
 
+#define GEOM_THRUSECTIONS 40
+
 //GEOM_Function types
 
 #define COPY_WITH_REF    1
@@ -93,6 +95,7 @@
 
 #define VECTOR_TWO_PNT  1
 #define VECTOR_DX_DY_DZ 2
+#define VECTOR_TANGENT_CURVE_PAR 3
 
 #define PLANE_PNT_VEC   1
 #define PLANE_FACE      2
 #define REVOLUTION_BASE_AXIS_ANGLE 1
 
 #define PIPE_BASE_PATH 1
+#define PIPE_DIFFERENT_SECTIONS 2
+
+#define THRUSECTIONS_RULED 1
+#define THRUSECTIONS_SMOOTHED 2
 
 #define BOOLEAN_COMMON  1
 #define BOOLEAN_CUT     2