From c29b049c042938bebe1c4cd5a257ef916da5a24a Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 12 Mar 2015 15:49:12 +0000 Subject: [PATCH] Include : - aggiornamento interfacce. --- EGrScene.h | 1 + EInAPI.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EGrScene.h b/EGrScene.h index 55be4a3..4b6eb09 100644 --- a/EGrScene.h +++ b/EGrScene.h @@ -107,6 +107,7 @@ class IEGrScene virtual bool SetWinRect( const Point3d& ptWinRectP1, const Point3d& ptWinRectP2) = 0 ; virtual bool ResetWinRect( void) = 0 ; // Snap + virtual bool SetObjFilterForSnap( bool bZerodim, bool bCurve, bool bSurf, bool bVolume, bool bExtra) = 0 ; virtual bool GetGraphicSnapPoint( int nSnap, const Point3d& ptWin, int nW, int nH, Point3d& ptSel) = 0 ; virtual bool GetGridSnapPointZ( bool bSketch, const Point3d& ptWin, const Point3d& ptGrid, Point3d& ptSel) = 0 ; virtual int GetLastSnapId( void) = 0 ; diff --git a/EInAPI.h b/EInAPI.h index 21dbfe7..9319868 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -377,6 +377,7 @@ EIN_EXPORT BOOL __stdcall EgtGetGraphicSnapPoint( int nSnap, int nWinX, int nWin EIN_EXPORT BOOL __stdcall EgtGetGridSnapPointZ( BOOL bSketch, int nWinX, int nWinY, const double ptGrid[3], double ptP[3]) ; EIN_EXPORT int __stdcall EgtGetLastSnapId( void) ; EIN_EXPORT BOOL __stdcall EgtGetLastSnapDir( double vtV[3]) ; +EIN_EXPORT BOOL __stdcall EgtSetObjFilterForSnap( BOOL bZerodim, BOOL bCurve, BOOL bSurf, BOOL bVolume, BOOL bExtra) ; EIN_EXPORT BOOL __stdcall EgtSetShowMode( int nShowMode, BOOL bRedraw) ; EIN_EXPORT int __stdcall EgtGetShowMode( void) ; EIN_EXPORT BOOL __stdcall EgtSetShowCurveDirection( BOOL bShow, BOOL bRedraw) ;