// File: SMDS_MeshFace.lxx // Created: Tue May 7 18:09:59 2002 // Author: Jean-Michel BOULCOURT // //======================================================================= //function : GetKey //purpose : // //======================================================================= inline Standard_Integer SMDS_MeshFace::GetKey() const { return myKey; }