Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-11-21 11:44:42 +00:00
parent 452eb38da3
commit dd08440af4
3 changed files with 10 additions and 6 deletions
+2
View File
@@ -505,6 +505,8 @@ EXE_EXPORT bool ExeSurfTmIntersect( int nId1, int nId2) ;
// GeomDb Volume Modify
EXE_EXPORT int ExeExplodeVolume( int nId, int* pnCount) ;
EXE_EXPORT bool ExeVolZmapGetPartBBox( int nId, int nPart, int nFlag, BBox3d& b3Box) ;
EXE_EXPORT bool ExeVolZmapGetPartBBoxGlob( int nId, int nPart, int nFlag, BBox3d& b3Box) ;
EXE_EXPORT int ExeCopyVolZmapPart( int nId, int nPart, int nDestGrpId) ;
EXE_EXPORT bool ExeRemoveVolZmapPart( int nId, int nPart) ;
EXE_EXPORT bool ExeVolZmapSetStdTool( const INTVECTOR& vIds, const std::string& sToolName, double dLen, double dDiam, double dCornR, int nFlag) ;