Include :
- aggiornamenti.
This commit is contained in:
+2
-1
@@ -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} ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user