Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -123,7 +123,9 @@ inline ISurfBezier* GetSurfBezier( IGeoObj* pGObj)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
EGK_EXPORT void SetSurfBezierAuxSurfTol( double dTol) ;
|
||||
EGK_EXPORT double GetSurfBezierAuxSurfTol( void) ;
|
||||
EGK_EXPORT void SetSurfBezierAuxSurfRefinedTol( double dTol) ;
|
||||
EGK_EXPORT double GetSurfBezierAuxSurfRefinedTol( void) ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Raccolte di puntatori a ISurfBezier
|
||||
|
||||
@@ -1043,6 +1043,8 @@ EIN_EXPORT BOOL __stdcall EgtSetShowCurveDirection( BOOL bShow, BOOL bRedraw) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetShowCurveDirection( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetShowTriaAdv( BOOL bAdvanced, BOOL bRedraw) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetShowTriaAdv( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetShowSurfBezierTol( double dLinTol, BOOL bRedraw) ;
|
||||
EIN_EXPORT double __stdcall EgtGetShowSurfBezierTol( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetShowZmap( int nMode, BOOL bRedraw) ;
|
||||
EIN_EXPORT int __stdcall EgtGetShowZmap( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtZoom( int nZoom, BOOL bRedraw) ;
|
||||
|
||||
@@ -1379,6 +1379,8 @@ EXE_EXPORT bool ExeSetShowCurveDirection( bool bShow, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeGetShowCurveDirection( void) ;
|
||||
EXE_EXPORT bool ExeSetShowTriaAdv( bool bAdvanced, bool bRedraw) ;
|
||||
EXE_EXPORT bool ExeGetShowTriaAdv( void) ;
|
||||
EXE_EXPORT bool ExeSetShowSurfBezierTol( double dLinTol, bool bRedraw) ;
|
||||
EXE_EXPORT double ExeGetShowSurfBezierTol( void) ;
|
||||
EXE_EXPORT bool ExeSetShowZmap( int nMode, bool bRedraw) ;
|
||||
EXE_EXPORT int ExeGetShowZmap( void) ;
|
||||
EXE_EXPORT bool ExeZoomRadius( double dRadius, bool bRedraw) ;
|
||||
|
||||
Reference in New Issue
Block a user