0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group

+  static long Get0DElementsGroupsTag();
This commit is contained in:
eap 2011-05-26 16:26:55 +00:00
parent 0842a3031e
commit c386497750
2 changed files with 6 additions and 0 deletions

View File

@ -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);

View File

@ -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