X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Filter.idl;h=85ae6dc2794e460269f1c0ea15fb84a5737e2647;hp=2784e4591bb747fb6074da7de4c241105f8207c5;hb=09bc0414c91ebabb67c7fe200549044a1854e199;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee diff --git a/idl/SMESH_Filter.idl b/idl/SMESH_Filter.idl index 2784e4591..85ae6dc27 100644 --- a/idl/SMESH_Filter.idl +++ b/idl/SMESH_Filter.idl @@ -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();