Include :
- aggiornamenti vari.
This commit is contained in:
+9
-1
@@ -76,6 +76,7 @@ EXE_EXPORT bool ExeSetCurrFilePath( const std::string& sFilePath) ;
|
||||
EXE_EXPORT bool ExeGetCurrFilePath( std::string& sFilePath) ;
|
||||
EXE_EXPORT bool ExeEnableModified( void) ;
|
||||
EXE_EXPORT bool ExeDisableModified( void) ;
|
||||
EXE_EXPORT bool ExeGetEnableModified( void) ;
|
||||
EXE_EXPORT bool ExeSetModified( void) ;
|
||||
EXE_EXPORT bool ExeResetModified( void) ;
|
||||
EXE_EXPORT bool ExeGetModified( void) ;
|
||||
@@ -582,7 +583,6 @@ EXE_EXPORT bool ExeRemovePartFromRawPart( int nPartId) ;
|
||||
EXE_EXPORT bool ExeTranslatePartInRawPart( int nPartId, const Vector3d& vtMove) ;
|
||||
EXE_EXPORT bool ExeRotatePartInRawPart( int nPartId, const Vector3d& vtAx, double dAngRotDeg) ;
|
||||
// Table & Disposition
|
||||
EXE_EXPORT bool ExeExistsTable( const std::string& sTable) ;
|
||||
EXE_EXPORT bool ExeSetTable( const std::string& sTable) ;
|
||||
EXE_EXPORT bool ExeGetTableRef( int nInd, Point3d& ptPos) ;
|
||||
EXE_EXPORT bool ExeGetTableArea( int nInd, BBox3d& b3Area) ;
|
||||
@@ -638,6 +638,7 @@ EXE_EXPORT int ExeGetOperationType( int nId) ;
|
||||
EXE_EXPORT int ExeGetOperationPhase( int nId) ;
|
||||
EXE_EXPORT bool ExeGetOperationName( int nId, std::string& sName) ;
|
||||
EXE_EXPORT int ExeGetOperationId( const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeIsOperationEmpty( int nId) ;
|
||||
EXE_EXPORT bool ExeRemoveOperation( int nId) ;
|
||||
EXE_EXPORT bool ExeRemoveAllPhaseOperations( int nPhase) ;
|
||||
EXE_EXPORT bool ExeRemoveAllOperations( void) ;
|
||||
@@ -648,7 +649,9 @@ EXE_EXPORT bool ExeSetOperationStatus( int nId, bool bShow) ;
|
||||
EXE_EXPORT bool ExeGetOperationStatus( int nId, bool& bShow) ;
|
||||
EXE_EXPORT bool ExeSetAllOperationsStatus( bool bShow) ;
|
||||
EXE_EXPORT bool ExeChangeOperationPhase( int nId, int nNewPhase) ;
|
||||
// Dispositions
|
||||
EXE_EXPORT int ExeGetPhaseDisposition( int nPhase) ;
|
||||
EXE_EXPORT bool ExeSpecialApplyDisposition( int nId, bool bRecalc) ;
|
||||
// Machinings
|
||||
EXE_EXPORT int ExeAddMachining( const std::string& sName, const std::string& sMachining) ;
|
||||
EXE_EXPORT int ExeAddMachining( const std::string& sName, int nMchType, const std::string& sTool) ;
|
||||
@@ -679,6 +682,11 @@ EXE_EXPORT bool ExeSimSetStep( double dStep) ;
|
||||
EXE_EXPORT bool ExeSimStop( void) ;
|
||||
// Generation
|
||||
EXE_EXPORT bool ExeGenerate( const std::string& sCncFile, const std::string& sInfo) ;
|
||||
// Machine
|
||||
EXE_EXPORT int ExeGetBaseId( const std::string& sBase) ;
|
||||
EXE_EXPORT int ExeGetTableId( const std::string& sTable) ;
|
||||
EXE_EXPORT int ExeGetAxisId( const std::string& sAxis) ;
|
||||
EXE_EXPORT int ExeGetHeadId( const std::string& sHead) ;
|
||||
// Machine Calc
|
||||
EXE_EXPORT bool ExeSetCalcTable( const std::string& sTable) ;
|
||||
EXE_EXPORT bool ExeSetCalcTool( const std::string& sTool, const std::string& sHead, int nExit) ;
|
||||
|
||||
Reference in New Issue
Block a user