mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
54524: [FORUM]: Export in STL work wrong' issue
This commit is contained in:
parent
a9af195d40
commit
ee0db2f237
@ -319,6 +319,8 @@ bool SMESH_File::getInts(std::vector<int>& ints)
|
||||
|
||||
bool SMESH_File::openForWriting()
|
||||
{
|
||||
close();
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef UNICODE
|
||||
std::wstring aName = Kernel_Utils::utf8_decode_s(_name);
|
||||
|
@ -3283,9 +3283,9 @@ CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED()
|
||||
|
||||
void SMESH_Mesh_i::PrepareForWriting (const char* file, bool overwrite)
|
||||
{
|
||||
SMESH_File aFile( file , false );
|
||||
SMESH_File aFile( file, false );
|
||||
SMESH_Comment msg;
|
||||
if (aFile.exists()) {
|
||||
if ( aFile.exists() ) {
|
||||
// existing filesystem node
|
||||
if ( !aFile.isDirectory() ) {
|
||||
if ( aFile.openForWriting() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user