Merge commit '7c182e9d3368160f41d3ded6505c9ed967912ab4' into LorenzoM
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2013-2021
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EgkCurveComposite.h Data : 03.04.21 Versione : 2.3d1
|
||||
// File : EgkCurveComposite.h Data : 03.04.21 Versione : 2.3g2
|
||||
// Contenuto : Dichiarazione della interfaccia ICurveComposite.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 22.11.13 DS Creazione modulo.
|
||||
//
|
||||
// 21.07.21 LM Aggiunto parametro opzionale a Set/GetCurveTempProp.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -60,6 +60,9 @@ enum GdbStatus { GDB_ST_OFF = 0,
|
||||
enum GdbMark { GDB_MK_OFF = 0,
|
||||
GDB_MK_ON = 1} ;
|
||||
|
||||
//----------------- Costante per numero proprietà temporanee -------------------
|
||||
const int GDB_NUM_TEMP_PROP = 2 ;
|
||||
|
||||
//----------------- Costanti materiale oggetti del DB geometrico ---------------
|
||||
enum GdbMaterial { GDB_MT_COLOR = -1,
|
||||
GDB_MT_PARENT = 0} ;
|
||||
|
||||
+3
-2
@@ -1,13 +1,14 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2013-2014
|
||||
// EgalTech 2013-2021
|
||||
//----------------------------------------------------------------------------
|
||||
// File : EGkGeoObj.h Data : 14.04.14 Versione : 1.5d5
|
||||
// File : EGkGeoObj.h Data : 21.07.21 Versione : 2.3g2
|
||||
// Contenuto : Dichiarazione della interfaccia IGeoObj.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 20.11.13 DS Creazione modulo.
|
||||
// 14.04.14 DS Tolti metodi GetKey, Save e Load.
|
||||
// 21.07.21 LM Aggiunto parametro opzionale a Set/GetTempProp.
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const int KEY_BASELIB_PROD = 207 ;
|
||||
const int KEY_BASELIB_VER = 2306 ;
|
||||
const int KEY_BASELIB_VER = 2307 ;
|
||||
const int KEY_BASELIB_LEV = 1 ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user