X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=idl%2FSMESH_Mesh.idl;h=abce2bb25fd06388ad09c891d82ed606d9229a3b;hb=c94d606fe399faeb356151a1a9754e5f21754082;hp=ff60e68addfeb99c2097d0bc9d314d6c444dac1e;hpb=f7aba4830d53719b963fdb7fccc98b760fdef2d1;p=modules%2Fsmesh.git diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index ff60e68ad..abce2bb25 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -810,6 +810,9 @@ module SMESH EntityType GetElementGeomType( in long id ) raises (SALOME::SALOME_Exception); + GeometryType GetElementShape( in long id ) + raises (SALOME::SALOME_Exception); + long_array GetSubMeshElementsId(in long ShapeID) raises (SALOME::SALOME_Exception); @@ -928,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.