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) ;
+1
View File
@@ -49,6 +49,7 @@ class __declspec( novtable) ICurveArc : public ICurve
virtual bool InvertN( void) = 0 ;
virtual bool ChangeRadius( double dNewRadius) = 0 ;
virtual bool ChangeDeltaN( double dNewDeltaN) = 0 ;
virtual bool ChangeStartPoint( double dU) = 0 ;
virtual bool ExtendedOffset( double dDist, int nType = OFF_FILLET) = 0 ;
virtual bool ToAdditional( void) = 0 ;
virtual bool Flip( void) = 0 ;