Include :
- aggiornamenti.
This commit is contained in:
@@ -254,6 +254,10 @@ EIN_EXPORT int __stdcall EgtGetFirstGroupInGroup( int nGroupId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextGroup( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetLastGroupInGroup( int nGroupId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPrevGroup( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstNameInGroup( int nGroupId, const wchar_t* wsName) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextName( int nId, const wchar_t* wsName) ;
|
||||
EIN_EXPORT int __stdcall EgtGetLastNameInGroup( int nGroupId, const wchar_t* wsName) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPrevName( int nId, const wchar_t* wsName) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetBBox( int nId, int nFlag, double ptMin[3], double ptMax[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetBBoxGlob( int nId, int nFlag, double ptMin[3], double ptMax[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetBBoxRef( int nId, int nFlag, const double ptOrig[3],
|
||||
@@ -300,8 +304,10 @@ EIN_EXPORT BOOL __stdcall EgtExistsName( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRemoveName( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetInfo( int nId, const wchar_t* wsKey, const wchar_t* wsInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetInfoInt( int nId, const wchar_t* wsKey, int nInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetInfoDouble( int nId, const wchar_t* wsKey, double dInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetInfo( int nId, const wchar_t* wsKey, wchar_t*& wsInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetInfoInt( int nId, const wchar_t* wsKey, int* pnInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetInfoDouble( int nId, const wchar_t* wsKey, double* pdInfo) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtExistsInfo( int nId, const wchar_t* wsKey) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRemoveInfo( int nId, const wchar_t* wsKey) ;
|
||||
|
||||
@@ -426,7 +432,7 @@ EIN_EXPORT BOOL __stdcall EgtShearGroup( int nId, const double vPnt[3], const do
|
||||
|
||||
// Nesting
|
||||
EIN_EXPORT BOOL __stdcall EgtCreateFlatParts( int nType) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtPackPart( int nId, double dXmax, double dOffs) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtPackPart( int nId, double dXmin, double dYmin, double dXmax, double dOffs) ;
|
||||
|
||||
// Machining
|
||||
EIN_EXPORT BOOL __stdcall EgtInitMachMgr( const wchar_t* wsMachinesDir) ;
|
||||
|
||||
Reference in New Issue
Block a user