From f45beb483cb1b0194257939034a109a659e04aeb Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 15 Oct 2014 07:41:42 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EGkGdbConst.h | 3 ++- EInAPI.h | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EGkGdbConst.h b/EGkGdbConst.h index aecf09e..a5798f8 100644 --- a/EGkGdbConst.h +++ b/EGkGdbConst.h @@ -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} ; diff --git a/EInAPI.h b/EInAPI.h index 8b84494..0b14fba 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -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) ;