Salome HOME
untabify
[modules/smesh.git] / src / SMDS / SMDS_PolygonalFaceOfNodes.hxx
index 71b083a3fdd8a2a8a2717e6e9937ebd2211402cd..34a7f4dab4d8662452a9d7a7e1f508a06ace8b82 100644 (file)
@@ -40,6 +40,7 @@ class SMDS_EXPORT SMDS_PolygonalFaceOfNodes:public SMDS_MeshFace
   SMDS_PolygonalFaceOfNodes (std::vector<const SMDS_MeshNode *> nodes);
 
   virtual SMDSAbs_ElementType GetType() const;
+  virtual SMDSAbs_EntityType  GetEntityType() const { return SMDSEntity_Polygon; }
   virtual bool IsPoly() const { return true; };
 
   bool ChangeNodes (std::vector<const SMDS_MeshNode *> nodes);