EgtExecutor 2.2i4 :

- aggiunta funzione ExeAdvancedImport (per import IGES, STEP, ACIS, PARASOLID, JT e VRML)
- piccole migliorie.
This commit is contained in:
Dario Sassi
2020-09-22 07:50:03 +00:00
parent 02470abc0c
commit 3f724959a8
6 changed files with 133 additions and 4 deletions
+14
View File
@@ -202,6 +202,13 @@ ExeSetKey( const string& sKey)
return true ;
}
//-----------------------------------------------------------------------------
const string&
ExeGetKey( void)
{
return s_sKey ;
}
//-----------------------------------------------------------------------------
bool
ExeSetNestKey( const string& sNestKey)
@@ -210,6 +217,13 @@ ExeSetNestKey( const string& sNestKey)
return true ;
}
//-----------------------------------------------------------------------------
const string&
ExeGetNestKey( void)
{
return s_sNestKey ;
}
//-----------------------------------------------------------------------------
bool
ExeSetLockType( int nType)