Include :
- aggiornamenti.
This commit is contained in:
@@ -197,10 +197,11 @@ 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 EgtGetFirstVisiblePart( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextVisiblePart( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstVisibleLayer( int nPartId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextVisibleLayer( int nId) ;
|
||||
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) ;
|
||||
@@ -500,6 +501,8 @@ EIN_EXPORT BOOL __stdcall EgtFrameToLoc( double ptOrig[3], double vtX[3], double
|
||||
EIN_EXPORT BOOL __stdcall EgtFrameLocToLoc( double ptOrig[3], double vtX[3], double vtY[3], double vtZ[3],
|
||||
const double ptO1[3], const double vtX1[3], const double vtY1[3], const double vtZ1[3],
|
||||
const double ptO2[3], const double vtX2[3], const double vtY2[3], const double vtZ2[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtBBoxRotate( double ptMin[3], double ptMax[3],
|
||||
const double ptAx[3], const double vtAx[3], double dAngRotDeg) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtBBoxToGlob( double ptMin[3], double ptMax[3],
|
||||
const double ptO1[3], const double vtX1[3], const double vtY1[3], const double vtZ1[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtBBoxToLoc( double ptMin[3], double ptMax[3],
|
||||
|
||||
Reference in New Issue
Block a user