From 6ef5090e450d3e5f88bb95ee51ea4e5400c4ccaa Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 21 Jan 2016 11:55:13 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 925d22c..592d989 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -452,6 +452,7 @@ EIN_EXPORT BOOL __stdcall EgtShearGroup( int nId, const double vPnt[3], const do // Nesting EIN_EXPORT BOOL __stdcall EgtCreateFlatParts( int nType) ; +EIN_EXPORT BOOL __stdcall EgtAdjustFlatPartLayer( int nLayerId) ; EIN_EXPORT BOOL __stdcall EgtPackBox( int nId, double dXmin, double dYmin, double dXmax, double dYmax, double dOffs, BOOL bBottomUp) ; EIN_EXPORT BOOL __stdcall EgtPackBoxCluster( int nId[], int nCount, double dXmin, double dYmin, diff --git a/EXeExecutor.h b/EXeExecutor.h index 93eacc2..dc57c8c 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -479,6 +479,7 @@ EXE_EXPORT bool ExeShearGroup( int nId, const Point3d& ptP, const Vector3d& vtN, // Nesting // CreateFlatParts EXE_EXPORT bool ExeCreateFlatParts( int nType) ; +EXE_EXPORT bool ExeAdjustFlatPartLayer( int nLayerId) ; // Box Nesting EXE_EXPORT bool ExePackBox( int nId, double dXmin, double dYmin, double dXmax, double dYmax, double dOffs, bool bBottomUp) ;