]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_VolumeTool.hxx
Salome HOME
bos #34269 [CEA] Function to check same face orientation for polyhedrals used on...
[modules/smesh.git] / src / SMDS / SMDS_VolumeTool.hxx
index 0db821edbcbd4b1dc000a535743e2b69b18bf4b4..226eb2536952f0425b316da60c931d01c767efee 100644 (file)
@@ -199,6 +199,10 @@ class SMDS_EXPORT SMDS_VolumeTool
   bool GetFaceBaryCenter (int faceIndex, double & X, double & Y, double & Z) const;
   // Return barycenter of a face
 
+  bool AllFacesSameOriented() const;
+  // Check that all the faces of a polyhedron have the same orientation
+  // no differentiation between inward and outward orientation is made.
+
   double GetFaceArea( int faceIndex ) const;
   // Return face area