mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 20:53:07 +05:00
0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group
+ static long Get0DElementsGroupsTag();
This commit is contained in:
parent
0842a3031e
commit
c386497750
@ -462,6 +462,7 @@ public:
|
||||
static long GetEdgeGroupsTag();
|
||||
static long GetFaceGroupsTag();
|
||||
static long GetVolumeGroupsTag();
|
||||
static long Get0DElementsGroupsTag();
|
||||
|
||||
// publishing methods
|
||||
SALOMEDS::SComponent_ptr PublishComponent(SALOMEDS::Study_ptr theStudy);
|
||||
|
@ -138,6 +138,11 @@ long SMESH_Gen_i::GetVolumeGroupsTag()
|
||||
return SMESH::Tag_VolumeGroups;
|
||||
}
|
||||
|
||||
long SMESH_Gen_i::Get0DElementsGroupsTag()
|
||||
{
|
||||
return SMESH::Tag_0DElementsGroups;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
* SMESH_Gen_i::CanPublishInStudy
|
||||
|
Loading…
Reference in New Issue
Block a user