Include :
- nuovi prototipi per EgtExecutor.
This commit is contained in:
@@ -194,17 +194,17 @@ EIN_EXPORT int __stdcall EgtCreateSurfTmByTriangles( int nParentId, int nNumId,
|
||||
EIN_EXPORT int __stdcall EgtCreateSurfTmBySewing( int nParentId, int nNumId, const int nIds[], BOOL bErase) ;
|
||||
|
||||
// GeomDB PartLayer
|
||||
EIN_EXPORT int __stdcall EgtIsPart( int nPartId) ;
|
||||
EIN_EXPORT int __stdcall EgtIsLayer( int nLayerId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtIsPart( int nPartId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtIsLayer( int nLayerId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetCurrPart( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetCurrLayer( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetCurrPartLayer( int nPartId, int nLayerId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtResetCurrPartLayer( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPartNbr( bool bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstPart( bool bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextPart( int nId, bool bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstLayer( int nPartId, bool bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextLayer( int nId, bool bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPartNbr( BOOL bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstPart( BOOL bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextPart( int nId, BOOL bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstLayer( int nPartId, BOOL bOnlyVisible) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextLayer( int nId, BOOL bOnlyVisible) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectPartObjs( int nPartId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtDeselectPartObjs( int nPartId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectLayerObjs( int nLayerId) ;
|
||||
@@ -278,7 +278,7 @@ EIN_EXPORT BOOL __stdcall EgtRemoveInfo( int nId, const wchar_t* wsKey) ;
|
||||
// GeomDb Obj Selection
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectObj( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtDeselectObj( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectAll( bool bOnlyIfVisible) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectAll( BOOL bOnlyIfVisible) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtDeselectAll( void) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSelectGroupObjs( int nGroupId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtDeselectGroupObjs( int nGroupId) ;
|
||||
@@ -347,7 +347,7 @@ EIN_EXPORT BOOL __stdcall EgtAtParamVector( int nId, double dU, int nSide, int n
|
||||
EIN_EXPORT BOOL __stdcall EgtFrame( int nId, int nRefId, double ptOrig[3],
|
||||
double vtX[3], double vtY[3], double vtZ[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtCurveLength( int nId, double* pdLen) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, double ptOn[3], double dExtend, double* pdLen) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, const double ptOn[3], double dExtend, double* pdLen) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtCurveExtrusion( int nId, int nRefId, double vtExtr[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtCurveThickness( int nId, double* pdThick) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetMinDistPointCurve( const double ptP[3], int nId, double* pdDist) ;
|
||||
@@ -402,7 +402,7 @@ EIN_EXPORT BOOL __stdcall EgtResetCurrMachGroup( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetCurrMachGroup( void) ;
|
||||
|
||||
// Scene
|
||||
EIN_EXPORT BOOL __stdcall EgtInitScene( HWND hWnd, int nDriver, int b2Buff, int nColorBits, int nDepthBits) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtInitScene( HWND hWnd, int nDriver, BOOL b2Buff, int nColorBits, int nDepthBits) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetSceneInfo( wchar_t*& wsInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetBackground( const int nTopCol[4], const int nBottomCol[4], BOOL bRedraw) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetMarkAttribs( const int MarkCol[4]) ;
|
||||
|
||||
Reference in New Issue
Block a user