Salome HOME
[bos #41122][EDF] Quadrangle radial for face which curved edges didn't discretize...
[modules/smesh.git] / SMDS / SMDS_MeshVolume.lxx
1 // File:        SMDS_MeshVolume.lxx
2 // Created:     Tue May  7 18:15:11 2002
3 // Author:      Jean-Michel BOULCOURT
4 //              <jmb@localhost.localdomain>
5
6 //=======================================================================
7 //function : GetKey
8 //purpose  : 
9 //           
10 //=======================================================================
11
12 inline Standard_Integer SMDS_MeshVolume::GetKey() const
13 {
14    return myKey;
15 }
16