EgtInterface 1.6h1 :
- aggiunta interfaccia per funzioni Nesting - aggiunta interfaccia per iterazione all'indietro su pezzi e layer.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2015
|
||||
//----------------------------------------------------------------------------
|
||||
// File : API_Nesting.cpp Data : 31.07.15 Versione : 1.6g9
|
||||
// Contenuto : Funzioni nesting per API.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 31.07.15 DS Creazione modulo.
|
||||
//
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "API.h"
|
||||
#include "/EgtDev/Include/EInAPI.h"
|
||||
#include "/EgtDev/Include/EXeExecutor.h"
|
||||
|
||||
using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCreateFlatParts( int nType)
|
||||
{
|
||||
return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtPackPart( int nId, double dXmax, double dOffs)
|
||||
{
|
||||
return ( ExePackPart( nId, dXmax, dOffs) ? TRUE : FALSE) ;
|
||||
}
|
||||
Reference in New Issue
Block a user