Include :
- aggiornamenti.
This commit is contained in:
@@ -586,6 +586,7 @@ 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 ExeSetTable( const std::string& sTable) ;
|
||||
EXE_EXPORT bool ExeGetTable( std::string& sTable) ;
|
||||
EXE_EXPORT bool ExeGetTableRef( int nInd, Point3d& ptPos) ;
|
||||
EXE_EXPORT bool ExeGetTableArea( int nInd, BBox3d& b3Area) ;
|
||||
EXE_EXPORT bool ExeShowOnlyTable( bool bVal) ;
|
||||
@@ -599,6 +600,7 @@ EXE_EXPORT bool ExeTdbCopyTool( const std::string& sSource, const std::string& s
|
||||
EXE_EXPORT bool ExeTdbRemoveTool( const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeTdbGetFirstTool( int nFamily, std::string& sName, int& nType) ;
|
||||
EXE_EXPORT bool ExeTdbGetNextTool( int nFamily, std::string& sName, int& nType) ;
|
||||
EXE_EXPORT bool ExeTdbGetToolFromUUID( const std::string& sTuuid, std::string& sName) ;
|
||||
EXE_EXPORT bool ExeTdbSetCurrTool( const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeTdbSaveCurrTool( void) ;
|
||||
EXE_EXPORT bool ExeTdbIsCurrToolModified( void) ;
|
||||
|
||||
Reference in New Issue
Block a user