]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Added Tangent palne on face
authorgka <gka@opencascade.com>
Mon, 15 May 2006 13:47:34 +0000 (13:47 +0000)
committergka <gka@opencascade.com>
Mon, 15 May 2006 13:47:34 +0000 (13:47 +0000)
src/GEOMImpl/GEOMImpl_Types.hxx

index 2016d6719e43f54c37037c30ed9cbbe6360367af..b193798a2f03db15349cf4c76c46b4adc13664f3 100755 (executable)
@@ -92,6 +92,7 @@
 #define POINT_XYZ       1
 #define POINT_XYZ_REF   2
 #define POINT_CURVE_PAR 3
+//#define POINT_FACE_PAR 4
 
 #define VECTOR_TWO_PNT  1
 #define VECTOR_DX_DY_DZ 2
 #define PLANE_PNT_VEC   1
 #define PLANE_FACE      2
 #define PLANE_THREE_PNT 3
+#define PLANE_TANGENT_FACE 4
 
 #define LINE_TWO_PNT 1
 #define LINE_PNT_DIR 2