From f3fa084ed2e7cc512cac0669544494fb1214a627 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 19 Feb 2007 15:48:51 +0000 Subject: [PATCH] PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle") add some comments --- src/SMESH/SMESH_Block.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SMESH/SMESH_Block.hxx b/src/SMESH/SMESH_Block.hxx index 4fc7de583..b5cb48689 100644 --- a/src/SMESH/SMESH_Block.hxx +++ b/src/SMESH/SMESH_Block.hxx @@ -303,6 +303,9 @@ public: // Note: to compute params of a point on a face, it is enough to set // TFace, TEdge's and points for that face only + // Note 2: curve adaptors need to have only Value(double), FirstParameter() and + // LastParameter() defined to be used by Block algoritms + class TEdge { int myCoordInd; double myFirst; -- 2.39.2