mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 03:50:33 +05:00
PAL13473 (Build repetitive mesh):
add GetElemNodes()
This commit is contained in:
parent
1e004e9776
commit
56c9db3f13
@ -338,6 +338,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
CORBA::Long GetElemNbNodes(const CORBA::Long id);
|
CORBA::Long GetElemNbNodes(const CORBA::Long id);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Returns IDs of nodes of given element
|
||||||
|
*/
|
||||||
|
SMESH::long_array* GetElemNodes(const CORBA::Long id);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Returns ID of node by given index for given element
|
* Returns ID of node by given index for given element
|
||||||
* If there is not element for given ID - returns -1
|
* If there is not element for given ID - returns -1
|
||||||
|
Loading…
Reference in New Issue
Block a user