Salome HOME
22244: [CEA] Method to compute the normal to a mesh face
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 92a3cd3b828d1f0d224dd0fb189399d3fab39a6b..abce2bb25fd06388ad09c891d82ed606d9229a3b 100644 (file)
@@ -931,7 +931,7 @@ module SMESH
     /*!
      * Returns three components of normal of given mesh face (or an empty array in KO case)
      */
-    double_array GetFaceNormal(in long faceId);
+    double_array GetFaceNormal(in long faceId, in boolean normalized);
 
     /*!
      * Returns an element based on all given nodes.