Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-03-16 14:16:51 +00:00
parent 34c547e642
commit 68b4271d4e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -277,6 +277,7 @@ EIN_EXPORT BOOL __stdcall EgtSplitText( int nId) ;
// GeomDb Curve Modify
EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nId) ;
EIN_EXPORT BOOL __stdcall EgtChangeClosedCurveStartPoint( int nId, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveStartPoint( int nId, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveEndPoint( int nId, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveExtrusion( int nId, const double vtExtr[3], int nRefType) ;