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

+ * Returns nodes of given face (counted from zero) for given volumic element. + */ + long_array GetElemFaceNodes(in long elemId, in short faceIndex); + + /*! + * Returns an element based on all given nodes. + */ + long FindElementByNodes(in long_array nodes);