Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-03-10 10:38:44 +00:00
parent d3d4cfef32
commit 30d823c2a9
+1
View File
@@ -552,6 +552,7 @@ EXE_EXPORT int ExeVolZmapPartCount( int nId) ;
EXE_EXPORT bool ExeVolZmapPartVolume( int nId, int nPart, double& dVol) ;
EXE_EXPORT bool ExeTextNormVersor( int nId, int nRefId, Vector3d& vtNorm) ;
EXE_EXPORT bool ExeTextGetContent( int nId, std::string& sText) ;
EXE_EXPORT bool ExeTextGetFont( int nId, std::string& sFont) ;
EXE_EXPORT bool ExePointToIdGlob( Point3d& ptP, int nId) ;
EXE_EXPORT bool ExePointToIdLoc( Point3d& ptP, int nId) ;
EXE_EXPORT bool ExeVectorToIdGlob( Vector3d& vtV, int nId) ;