Include :
- aggiornamenti.
This commit is contained in:
@@ -65,7 +65,7 @@ EIN_EXPORT double __stdcall EgtToUiUnits( double dVal) ;
|
||||
|
||||
// Context (GeomDB)
|
||||
EIN_EXPORT int __stdcall EgtInitContext( void) ;
|
||||
EIN_EXPORT int __stdcall EgtDeleteContext( int nGseCtx) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtDeleteContext( int nGseCtx) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetCurrentContext( int nGseCtx) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtResetCurrentContext( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetCurrentContext( void) ;
|
||||
@@ -359,6 +359,7 @@ EIN_EXPORT int __stdcall EgtGetPrevSelectedObj( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtChangeGroupFrame( int nId, const double ptOrig[3],
|
||||
const double vtX[3], const double vtY[3], const double vtZ[3], int nRefType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtChangeVectorBase( int nId, const double ptB[3], int nRefType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtInvertVector( int nNumId, const int nIds[]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtModifyText( int nId, const wchar_t* wsNewText) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtChangeTextFont( int nId, const wchar_t* wsNewFont) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtFlipText( int nId) ;
|
||||
@@ -367,7 +368,7 @@ EIN_EXPORT int __stdcall EgtExplodeText( int nId, int* pnCount) ;
|
||||
EIN_EXPORT int __stdcall EgtSplitText( int nId, int* pnCount) ;
|
||||
|
||||
// GeomDb Curve Modify
|
||||
EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nNumId, const int nIds[]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtOffsetCurve( int nId, double dDist, int nType) ;
|
||||
EIN_EXPORT int __stdcall EgtOffsetCurveAdv( int nId, double dDist, int nType, int* pnCount) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtApproxCurve( int nId, int nApprType, double dLinTol) ;
|
||||
|
||||
Reference in New Issue
Block a user