]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_FaceSource.h
Salome HOME
Fix for IPAL19044 (4x REGRESS: vertex is not displayed in VTK and broken trihedron).
[modules/geom.git] / src / OBJECT / GEOM_FaceSource.h
index 6378a8edaed9f4d14589ccfa4387ba520d400cf0..2acf56a9eb5e8e9508fe00a60b339c0ea7c1e0f4 100755 (executable)
@@ -43,6 +43,7 @@ public:
  
   void AddFace(const TopoDS_Face& theFace); 
   void Clear(){ myFaceSet.Clear();} 
+  bool IsEmpty(){return myFaceSet.IsEmpty();}
  
 protected: 
   TFaceSet myFaceSet;