Salome HOME
Merge from BR_imps_2013 14/01/2014
[modules/smesh.git] / idl / SMESH_Mesh.idl
index fb85b15af69d8137c4083069867938990e1ab2d7..ff60e68addfeb99c2097d0bc9d314d6c444dac1e 100644 (file)
@@ -925,6 +925,11 @@ module SMESH
      */
     long_array GetElemFaceNodes(in long elemId, in short faceIndex);
 
+    /*!
+     * Returns three components of normal of given mesh face (or an empty array in KO case)
+     */
+    double_array GetFaceNormal(in long faceId);
+
     /*!
      * Returns an element based on all given nodes.
      */