8c88bf1f10
- aggiunto header EMkMachiningGeoConst.
37 lines
1.3 KiB
C++
37 lines
1.3 KiB
C++
//----------------------------------------------------------------------------
|
|
// EgalTech 2016-2016
|
|
//----------------------------------------------------------------------------
|
|
// File : EmkMachiningGeoConst.h Data : 06.01.16 Versione : 1.6l6
|
|
// Contenuto : Costanti per le geometrie delle lavorazioni.
|
|
//
|
|
//
|
|
//
|
|
// Modifiche : 06.01.16 DS Creazione modulo.
|
|
//
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
//----------------------------------------------------------------------------
|
|
// Chiave per elenco identificativi di selezione
|
|
static std::string KEY_IDS = "IDS" ;
|
|
// Sottogruppi delle lavorazioni
|
|
static std::string MCH_AUX = "AUX" ;
|
|
static std::string MCH_PV = "PV" ;
|
|
static std::string MCH_CL = "CL" ;
|
|
static std::string MCH_PATH = "P" ;
|
|
// Nomi di entità speciali
|
|
static std::string MCH_RISE = "RISE" ;
|
|
// Nomi di entità di preview
|
|
static std::string MCH_PV_CUT = "CUT" ;
|
|
static std::string MCH_PV_PRE_CUT = "PRC" ;
|
|
static std::string MCH_PV_POST_CUT = "POC" ;
|
|
static std::string MCH_PV_RRCUT = "RRCUT" ;
|
|
static std::string MCH_PV_RCUT = "RCUT" ;
|
|
// Chiave info con WidthT e DeltaT lama in Preview
|
|
static std::string MCH_PV_KEY_WT = "WT" ;
|
|
static std::string MCH_PV_KEY_DT = "DT" ;
|