Files
EgtGeomKernel/NgeConst.h
T
Dario Sassi 6fc5e1f338 EgtGeomKernel 1.6b8 :
- velocizzata chiusura DB con molte entità selezionate
- aggiunta intersezione linea superficie TM (versione semplice)
- migliorata intersezione linea-triangolo
- aggiunto calcolo area di superfici TM
- aggiunto calcolo volume di superfici TM chiuse
- aggiunta gestione facce piane di superficie TM
- aggiunto calcolo punti notevoli di facce di superfici TM.
2015-03-11 07:55:53 +00:00

56 lines
1.9 KiB
C++

//----------------------------------------------------------------------------
// EgalTech 2014-2015
//----------------------------------------------------------------------------
// File : NgeConst.h Data : 22.01.15 Versione : 1.6a4
// Contenuto : Costanti per file Nge.
//
//
//
// Modifiche : 12.04.14 DS Creazione modulo.
// 28.05.14 DS 1.5.7 -> aggiunto aggetto Testo.
// 23.08.14 DS 1007 -> versione con 1 solo int e cambiato nome GDB in "EgtGeomDB".
// 21.01.15 DS 1009 -> Aggiunto ZMAP, cambiato Id di TEXT.
//
//----------------------------------------------------------------------------
#pragma once
#include <string>
//----------------------------------------------------------------------------
// Costanti per file NGE
//----------------------------------------------------------------------------
// Nome GDB
const std::string NGE_GEOMDB = "EgtGeomDB" ;
// Versione
const int NGE_VER_1007 = 1007 ;
// 1007 : nuovo versioning con unico valore
const int NGE_VER_1008 = 1008 ;
// 1008 : aggiunge vtExtr e dThick a tutte le curve
const int NGE_VER_1009 = 1009 ;
// 1009 : aggiunto solido ZMAP e cambiato Id di TEXT
const int NGE_VER_1010 = 1010 ;
// 1010 : aggiunto flag orientata e elenco facce a SurfTm
const int NGE_VER_LAST = NGE_VER_1010 ;
// Indici KeyWord
const int NGE_START = 0 ;
const int NGE_END = 1 ;
const int NGE_MAT_DEF = 2 ;
const int NGE_MAT_LIB = 3 ;
const int NGE_A = 4 ;
const int NGE_G = 5 ;
const int NGE_P = 6 ;
const int NGE_A_GRP = 7 ;
const int NGE_X_CPY = 8 ;
const int NGE_G_VEC = 9 ;
const int NGE_G_PNT = 10 ;
const int NGE_G_FRM = 11 ;
const int NGE_C_LIN = 12 ;
const int NGE_C_ARC = 13 ;
const int NGE_C_BEZ = 14 ;
const int NGE_C_CMP = 15 ;
const int NGE_S_TRM = 16 ;
const int NGE_V_ZMP = 17 ;
const int NGE_E_TXT = 18 ;
const int NGE_LAST_ID = 18 ; // ultimo valore