X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Filter.idl;h=85ae6dc2794e460269f1c0ea15fb84a5737e2647;hp=283aa1b297b1a83e6c852eb2991b2a8401470a77;hb=09bc0414c91ebabb67c7fe200549044a1854e199;hpb=90e0893c89027a434e832eb72eeac85391b909e9 diff --git a/idl/SMESH_Filter.idl b/idl/SMESH_Filter.idl index 283aa1b29..85ae6dc27 100644 --- a/idl/SMESH_Filter.idl +++ b/idl/SMESH_Filter.idl @@ -480,7 +480,7 @@ module SMESH /*! * Filter */ - interface Filter: SALOME::GenericObj, SMESH_IDSource + interface Filter: SMESH_IDSource { /*! * Structure containing information about one criterion @@ -523,6 +523,7 @@ module SMESH void SetMesh( in SMESH_Mesh theMesh ); long_array GetElementsId( in SMESH_Mesh theMesh ); + long_array GetElementsIdFromParts( in ListOfIDSources theParts ); ElementType GetElementType(); Predicate GetPredicate();