Include :
- aggiornamento prototipi per Nesting 1D.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user