Salome HOME
Fix problems with the OpenGL clipping planes.
[modules/smesh.git] / src / SMDS / SMDS_PolygonalFaceOfNodes.hxx
index 65121adcdbe78e75c2c933f00a82fa295238bfd4..142fdeb1025e50fedaaec626f1f58ed35350cae3 100644 (file)
@@ -42,6 +42,7 @@ class SMDS_EXPORT SMDS_PolygonalFaceOfNodes:public SMDS_MeshFace
 
   virtual SMDSAbs_ElementType GetType() const;
   virtual SMDSAbs_EntityType  GetEntityType() const { return SMDSEntity_Polygon; }
+  virtual SMDSAbs_GeometryType GetGeomType()  const { return SMDSGeom_POLYGON; }
   virtual bool IsPoly() const { return true; };
 
   bool ChangeNodes (std::vector<const SMDS_MeshNode *> nodes);