EgtMachKernel 1.6r3 :

- gestione spiazzamento identificativi per i diversi oggetti derivati da UserObj
- in Disposition, nei movimenti, si aggiornano Id grezzi
- nelle lavorazioni si aggiornano gli identificativi della geometria originale.
This commit is contained in:
Dario Sassi
2016-05-17 11:58:20 +00:00
parent 05a69a650b
commit 9f60658c35
15 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ CamData::Save( STRVECTOR& vString) const
//----------------------------------------------------------------------------
bool
CamData::Load( const STRVECTOR& vString)
CamData::Load( const STRVECTOR& vString, int nBaseGdbId)
{
if ( int( vString.size()) < CAM_PARAM_V1)
return false ;