mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 00:43:08 +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 GetEdgeGroupsTag();
|
||||||
static long GetFaceGroupsTag();
|
static long GetFaceGroupsTag();
|
||||||
static long GetVolumeGroupsTag();
|
static long GetVolumeGroupsTag();
|
||||||
|
static long Get0DElementsGroupsTag();
|
||||||
|
|
||||||
// publishing methods
|
// publishing methods
|
||||||
SALOMEDS::SComponent_ptr PublishComponent(SALOMEDS::Study_ptr theStudy);
|
SALOMEDS::SComponent_ptr PublishComponent(SALOMEDS::Study_ptr theStudy);
|
||||||
|
@ -138,6 +138,11 @@ long SMESH_Gen_i::GetVolumeGroupsTag()
|
|||||||
return SMESH::Tag_VolumeGroups;
|
return SMESH::Tag_VolumeGroups;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
long SMESH_Gen_i::Get0DElementsGroupsTag()
|
||||||
|
{
|
||||||
|
return SMESH::Tag_0DElementsGroups;
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* SMESH_Gen_i::CanPublishInStudy
|
* SMESH_Gen_i::CanPublishInStudy
|
||||||
|
Loading…
Reference in New Issue
Block a user