Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -50,6 +50,7 @@ class __declspec( novtable) IAutoNester
|
||||
virtual bool AddAnotherOutlineToPart( int nPartId, const PolyArc& AnotherOutline) = 0 ;
|
||||
virtual bool AddToolOutlineToPart( int nPartId, const PolyArc& ToolOutline) = 0 ;
|
||||
virtual bool SetInterpartGap( double dGap) = 0 ;
|
||||
virtual bool SetReportFile( const std::string& sReportFile) = 0 ;
|
||||
virtual bool Compute( bool bMinimizeOnXvsY, int nMaxTime) = 0 ;
|
||||
virtual bool CancelComputation( void) = 0 ;
|
||||
virtual bool GetComputationStatus( int& nStatus) = 0 ;
|
||||
|
||||
@@ -696,6 +696,7 @@ EXE_EXPORT bool ExeAutoNestAddHoleToPart( int nPartId, int nHoleId) ;
|
||||
EXE_EXPORT bool ExeAutoNestAddAnotherOutlineToPart( int nPartId, int nAnotherOutlineId) ;
|
||||
EXE_EXPORT bool ExeAutoNestAddToolOutlineToPart( int nPartId, int nToolOutlineId) ;
|
||||
EXE_EXPORT bool ExeAutoNestSetInterpartGap( double dGap) ;
|
||||
EXE_EXPORT bool ExeAutoNestSetReportFile( const std::string& sReportFile) ;
|
||||
EXE_EXPORT bool ExeAutoNestCompute( bool bMinimizeOnXvsY, int nMaxTime) ;
|
||||
EXE_EXPORT bool ExeAutoNestCancelComputation( void) ;
|
||||
EXE_EXPORT bool ExeAutoNestGetComputationStatus( int& nStatus) ;
|
||||
|
||||
Reference in New Issue
Block a user