mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
add some comments
This commit is contained in:
parent
f57258e47a
commit
f3fa084ed2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user