mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL11563: Naming Policy. 1. Add method HasDuplicatedGroupNamesMED() to check group names on duplications before export to MED. 2. Provide unique group names when passing data to MED writer.
This commit is contained in:
parent
c266b7d970
commit
07dd2b04b9
@ -1169,6 +1169,11 @@ SMESH::SMESH_MeshEditor_ptr SMESH_Mesh_i::GetMeshEditor()
|
||||
*/
|
||||
//=============================================================================
|
||||
|
||||
CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED()
|
||||
{
|
||||
return _impl->HasDuplicatedGroupNamesMED();
|
||||
}
|
||||
|
||||
static void PrepareForWriting (const char* file)
|
||||
{
|
||||
TCollection_AsciiString aFullName ((char*)file);
|
||||
|
Loading…
Reference in New Issue
Block a user