Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2015-03-12 15:49:12 +00:00
parent 5f79bd815b
commit c29b049c04
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 ;
+1
View File
@@ -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) ;