From: eap Date: Mon, 19 Feb 2007 15:48:51 +0000 (+0000) Subject: PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle") X-Git-Tag: V3_2_6a1~88 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f3fa084ed2e7cc512cac0669544494fb1214a627;p=modules%2Fsmesh.git PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle") add some comments --- 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;