Include :

- aggiornamento prototipi per Nesting 1D.
This commit is contained in:
Dario Sassi
2020-11-06 12:16:03 +00:00
parent 6caf95912b
commit 5b42f5332d
3 changed files with 54 additions and 0 deletions
+7
View File
@@ -577,6 +577,13 @@ EIN_EXPORT BOOL __stdcall EgtLineSurfTmInters( const double ptP[3], const double
EIN_EXPORT int __stdcall EgtSurfTmSurfTmInters( int nId1, int nId2, int nDestGrpId,
int* pnPntCount, int* pnCrvCount, int* pnSrfCount) ;
// Maximum Filler
EIN_EXPORT BOOL __stdcall EgtMaxFillerStart( void) ;
EIN_EXPORT BOOL __stdcall EgtMaxFillerAddPart( int nPartId, double dLen, double dDispLen, int nCount) ;
EIN_EXPORT BOOL __stdcall EgtMaxFillerCompute( double dLenToFill, double dStartGap, double dMidGap, double dEndGap, int nSortType) ;
EIN_EXPORT BOOL __stdcall EgtMaxFillerGetResults( int* pnFilledParts, int* pnDiffParts, double* pdTotFillRatio) ;
EIN_EXPORT BOOL __stdcall EgtMaxFillerGetOneResult( int nInd, int* pnPartId, int* pnCount) ;
// Nesting
EIN_EXPORT BOOL __stdcall EgtCreateAdjustFlatParts( int nType, double dToler) ;
EIN_EXPORT BOOL __stdcall EgtCreateFlatParts( int nType, double dToler) ;