mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 00:10:32 +05:00
PAL13460 (PAL EDF 301 force the mesh to go through a point)
+ int NbUniqueNodes()
This commit is contained in:
parent
6e1697da17
commit
eed04f6cfd
@ -72,6 +72,10 @@ class SMDS_WNT_EXPORT SMDS_PolyhedralVolumeOfNodes:public SMDS_VolumeOfNodes
|
||||
* \brief Return iterator on unique nodes
|
||||
*/
|
||||
SMDS_ElemIteratorPtr uniqueNodesIterator() const;
|
||||
/*!
|
||||
* \brief Return nb of unique nodes
|
||||
*/
|
||||
int NbUniqueNodes() const { return myNbNodes; }
|
||||
|
||||
protected:
|
||||
SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const;
|
||||
|
Loading…
Reference in New Issue
Block a user