mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-23 04:57:55 +05:00

+ typedef sequence<SMESH_IDSource> ListOfIDSources; + typedef sequence<ElementType> array_of_ElementType ; interface SMESH_IDSource { + + /*! + * Returns types of elements it contains + */ + array_of_ElementType GetTypes(); };