Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2014-10-15 07:41:42 +00:00
parent 0e27c7994e
commit f45beb483c
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -58,4 +58,5 @@ const int GDB_MT_NULL = GDB_MT_PARENT ;
//----------------- Costanti flag di BBox --------------------------------------
enum BBoxFlag { BBF_NONE = 0,
BBF_ONLY_VISIBLE = 1} ;
BBF_ONLY_VISIBLE = 1,
BBF_IGNORE_TEXT = 2} ;
+3
View File
@@ -102,6 +102,8 @@ EIN_EXPORT int __stdcall EgtGetFirstInGroup( int nGseCtx, int nGroupId) ;
EIN_EXPORT int __stdcall EgtGetNext( int nGseCtx, int nId) ;
EIN_EXPORT int __stdcall EgtGetLastInGroup( int nGseCtx, int nGroupId) ;
EIN_EXPORT int __stdcall EgtGetPrev( int nGseCtx, int nId) ;
EIN_EXPORT BOOL __stdcall EgtGetBBox( int nGseCtx, int nId, int nFlag, double ptMin[3], double ptMax[3]) ;
EIN_EXPORT BOOL __stdcall EgtGetBBoxGlob( int nGseCtx, int nId, int nFlag, double ptMin[3], double ptMax[3]) ;
EIN_EXPORT int __stdcall EgtCopy( int nGseCtx, int nSouId, int nRefId, int nSonBeforeAfter) ;
EIN_EXPORT int __stdcall EgtCopyGlob( int nGseCtx, int nSouId, int nRefId, int nSonBeforeAfter) ;
EIN_EXPORT BOOL __stdcall EgtRelocate( int nGseCtx, int nSouId, int nRefId, int nSonBeforeAfter) ;
@@ -146,6 +148,7 @@ EIN_EXPORT BOOL __stdcall EgtRemoveInfo( int nGseCtx, int nId, const wchar_t* ws
EIN_EXPORT BOOL __stdcall EgtIsSelectedObj( int nGseCtx, int nId) ;
EIN_EXPORT BOOL __stdcall EgtSelectObj( int nGseCtx, int nId) ;
EIN_EXPORT BOOL __stdcall EgtDeselectObj( int nGseCtx, int nId) ;
EIN_EXPORT BOOL __stdcall EgtDeselectAll( int nGseCtx) ;
// GeomDb CurveModif
EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nGseCtx, int nId) ;