From 1503c22175f45f576e7c4747b8ceff0c450d8236 Mon Sep 17 00:00:00 2001 From: gka Date: Mon, 15 May 2006 13:47:34 +0000 Subject: [PATCH] Added Tangent palne on face --- src/GEOMImpl/GEOMImpl_Types.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GEOMImpl/GEOMImpl_Types.hxx b/src/GEOMImpl/GEOMImpl_Types.hxx index 2016d6719..b193798a2 100755 --- a/src/GEOMImpl/GEOMImpl_Types.hxx +++ b/src/GEOMImpl/GEOMImpl_Types.hxx @@ -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 @@ -100,6 +101,7 @@ #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 -- 2.39.2