mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
PAL13460 (force the mesh to go through a point)
+ static void GetLinkedNodes( const SMDS_MeshNode* node, + TIDSortedElemSet & linkedNodes, + SMDSAbs_ElementType type = SMDSAbs_All );
This commit is contained in:
parent
ed1963a82e
commit
8d444cc011
@ -433,6 +433,13 @@ public:
|
|||||||
SMESHDS_Mesh * aMesh);
|
SMESHDS_Mesh * aMesh);
|
||||||
// remove elemToAdd from the groups
|
// remove elemToAdd from the groups
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief Return nodes linked to the given one in elements of the type
|
||||||
|
*/
|
||||||
|
static void GetLinkedNodes( const SMDS_MeshNode* node,
|
||||||
|
TIDSortedElemSet & linkedNodes,
|
||||||
|
SMDSAbs_ElementType type = SMDSAbs_All );
|
||||||
|
|
||||||
static const SMDS_MeshElement*
|
static const SMDS_MeshElement*
|
||||||
FindFaceInSet(const SMDS_MeshNode* n1,
|
FindFaceInSet(const SMDS_MeshNode* n1,
|
||||||
const SMDS_MeshNode* n2,
|
const SMDS_MeshNode* n2,
|
||||||
|
Loading…
Reference in New Issue
Block a user