Include :

- aggiunti prototipi per creazione Regioni
- aggiornamenti vari.
This commit is contained in:
Dario Sassi
2015-08-18 07:41:21 +00:00
parent bcab2c29e0
commit 82a68d3a72
15 changed files with 122 additions and 44 deletions
+8 -5
View File
@@ -224,7 +224,7 @@ 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 EgtGetPartCount( BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetFirstPart( BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetNextPart( int nId, BOOL bOnlyVisible) ;
EIN_EXPORT int __stdcall EgtGetLastPart( BOOL bOnlyVisible) ;
@@ -312,7 +312,7 @@ EIN_EXPORT BOOL __stdcall EgtDeselectAll( void) ;
EIN_EXPORT BOOL __stdcall EgtSelectGroupObjs( int nGroupId) ;
EIN_EXPORT BOOL __stdcall EgtDeselectGroupObjs( int nGroupId) ;
EIN_EXPORT BOOL __stdcall EgtIsSelectedObj( int nId) ;
EIN_EXPORT int __stdcall EgtGetSelectedObjNbr( void) ;
EIN_EXPORT int __stdcall EgtGetSelectedObjCount( void) ;
EIN_EXPORT int __stdcall EgtGetFirstSelectedObj( void) ;
EIN_EXPORT int __stdcall EgtGetNextSelectedObj( void) ;
EIN_EXPORT int __stdcall EgtGetLastSelectedObj( void) ;
@@ -356,8 +356,9 @@ EIN_EXPORT int __stdcall EgtExplodeCurveCompo( int nId, int* pnCount) ;
// GeomDb Surf Modify
EIN_EXPORT BOOL __stdcall EgtInvertSurface( int nId) ;
EIN_EXPORT int __stdcall EgtExplodeSurface( int nId, int* pnCount) ;
EIN_EXPORT int __stdcall EgtExtractSurfFrChunkLoops( int nId, int nChunk, int nDestGrpId, int* pnCount) ;
EIN_EXPORT int __stdcall EgtExtractSurfTmFacetLoops( int nId, int nFacet, int nDestGrpId, int* pnCount) ;
EIN_EXPORT int __stdcall EgtExplodeSurfTm( int nId, int* pnCount) ;
// Geo Snap Vector/Point/Frame
EIN_EXPORT BOOL __stdcall EgtStartPoint( int nId, int nRefId, double ptP[3]) ;
@@ -388,7 +389,9 @@ EIN_EXPORT BOOL __stdcall EgtArcAngCenter( int nId, double* pdAngDeg) ;
EIN_EXPORT BOOL __stdcall EgtArcDeltaN( int nId, double* pdDeltaN) ;
EIN_EXPORT BOOL __stdcall EgtArcNormVersor( int nId, int nRefId, double vtNorm[3]) ;
EIN_EXPORT BOOL __stdcall EgtCurveCompoCenter( int nId, int nSimpCrv, int nRefId, double ptCen[3]) ;
EIN_EXPORT int __stdcall EgtSurfTmFacetNbr( int nId) ;
EIN_EXPORT BOOL __stdcall EgtSurfFrNormVersor( int nId, int nRefId, double vtNorm[3]) ;
EIN_EXPORT int __stdcall EgtSurfFrChunkCount( int nId) ;
EIN_EXPORT int __stdcall EgtSurfTmFacetCount( int nId) ;
EIN_EXPORT int __stdcall EgtSurfTmFacetFromTria( int nId, int nT) ;
EIN_EXPORT BOOL __stdcall EgtSurfTmFacetNearestEndPoint( int nId, int nFacet, const double ptNear[3], int nRefId,
double ptEnd[3], double vtNorm[3]) ;
@@ -426,7 +429,7 @@ EIN_EXPORT BOOL __stdcall EgtPackPart( int nId, double dXmax, double dOffs) ;
// Machining
EIN_EXPORT BOOL __stdcall EgtInitMachMgr( const wchar_t* wsMachinesDir) ;
EIN_EXPORT int __stdcall EgtGetMachGroupNbr( void) ;
EIN_EXPORT int __stdcall EgtGetMachGroupCount( void) ;
EIN_EXPORT int __stdcall EgtGetFirstMachGroup( void) ;
EIN_EXPORT int __stdcall EgtGetNextMachGroup( int nId) ;
EIN_EXPORT int __stdcall EgtAddMachGroup( const wchar_t* wsName, const wchar_t* wsMachineName) ;