EgtMachKernel 1.6f2 :
- aggiunto UserObj CamData per rappresentare dati tipo CL in entità geometriche - possibilità di ruotare i sottopezzi - aggiunto calcolo percorsi di lavorazione di fori - aggiunte prime versioni parziali di taglio con lama e fresatura.
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
#include "Table.h"
|
||||
#include "MachConst.h"
|
||||
#include "/EgtDev/Include/EGkGdbConst.h"
|
||||
#include "/EgtDev/Include/EGkObjUserFactory.h"
|
||||
#include "/EgtDev/Include/EGkUserObjFactory.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
|
||||
using namespace std ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
OBJUSER_REGISTER( "EMkTable", Table) ;
|
||||
USEROBJ_REGISTER( "EMkTable", Table) ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const string&
|
||||
Table::GetClassName( void) const
|
||||
{
|
||||
return OBJUSER_GETNAME( Table) ;
|
||||
return USEROBJ_GETNAME( Table) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user