Files
EgtGeomKernel/NgeConst.h
T
Dario Sassi c7d10b83e1 EgtGeomKernel 1.5h7 :
- modificta gestione versione dei file Nge
- alle curve aggiunti vettore estrusione e spessore
- IsFlat ora tiene conto del vettore estrusione
- a TSC aggiunte CurveModify.EXTRusion e CurveModify.THickness.
2014-08-25 17:12:55 +00:00

50 lines
1.7 KiB
C++

//----------------------------------------------------------------------------
// EgalTech 2014-2014
//----------------------------------------------------------------------------
// File : NgeConst.h Data : 28.05.14 Versione : 1.5e10
// 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".
//
//----------------------------------------------------------------------------
#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_LAST = NGE_VER_1008 ;
// 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_E_TXT = 17 ;
const int NGE_LAST_ID = 17 ; // ultimo valore