Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-12-30 19:03:14 +00:00
parent 26040a1dd8
commit ee36aec736
+6
View File
@@ -151,6 +151,12 @@ EIN_EXPORT int __stdcall EgtCreateTextEx( int nParentId, const double ptP[3], d
EIN_EXPORT int __stdcall EgtCreateTextAdv( int nParentId, const double ptP[3], double dAngRotDeg,
const wchar_t* wsText, const wchar_t* wsFont,
int nW, BOOL bItalic, double dH, double dRat, double dAddAdv, int nInsPos, int nRefType) ;
EIN_EXPORT int __stdcall EgtCreateHorizontalDimension( int nParentId, const double ptP1[3], const double ptP2[3],
const double ptDim[3], const wchar_t* wsText, int nRefType) ;
EIN_EXPORT int __stdcall EgtCreateVerticalDimension( int nParentId, const double ptP1[3], const double ptP2[3],
const double ptDim[3], const wchar_t* wsText, int nRefType) ;
EIN_EXPORT int __stdcall EgtCreateAlignedDimension( int nParentId, const double ptP1[3], const double ptP2[3],
const double ptDim[3], const wchar_t* wsText, int nRefType) ;
// GeomDB Create Curve
EIN_EXPORT int __stdcall EgtCreateLine( int nParentId,