Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-01-21 11:55:13 +00:00
parent 51f22f25a0
commit 6ef5090e45
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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,
+1
View File
@@ -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) ;