EgtInterface 2.2i2 :

- aggiunte interfacce per funzioni EgtCutSurfTmPlane, EgtCutSurfTmClosedCurve, EgtGroupSwap
- aggiunte interfacce per funzioni EgtInitBeamMgr, EgtBeamCalcSolid, EgtBeamGetSolid, EgtBeamShowSolid.
This commit is contained in:
Dario Sassi
2020-09-02 17:49:40 +00:00
parent 81c91cdb92
commit 8718eff972
7 changed files with 96 additions and 20 deletions
+7
View File
@@ -244,6 +244,13 @@ __stdcall EgtRelocateGlob( int nSouId, int nRefId, int nSonBeforeAfter)
return ( ExeRelocateGlob( nSouId, nRefId, nSonBeforeAfter) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtGroupSwap( int nId1, int nId2, BOOL bSwapRef, BOOL bMark)
{
return ( ExeGroupSwap( nId1, nId2, ( bSwapRef != FALSE), ( bMark != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangeId( int nId, int nNewId)