EgtInterface 2.3l1 :

- aggiunti parametri a funzione EgtBeamModifyProcess.
This commit is contained in:
DarioS
2021-12-02 11:23:44 +01:00
parent 0c8fb3c3d5
commit 9da7214fac
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -116,7 +116,8 @@ __stdcall EgtBeamAddProcess( int nGroup, int nProc, int nSide, const wchar_t* ws
int
__stdcall EgtBeamModifyProcess( int nGeomId, int nGroup, int nProc, int nSide, const wchar_t* wsDes, int nProcId,
const double ptOrig[3], const double vX[3], const double vY[3], const double vZ[3],
int nPar, const double vPar[], const wchar_t* wsPar, const wchar_t* wsUAtts, BOOL bUpdate)
int nPar, const double vPar[], const wchar_t* wsPar, const wchar_t* wsUAtts,
int nCrvId, int nCrv2Id, BOOL bUpdate)
{
Frame3d frFrame ;
if ( ! frFrame.Set( ptOrig, vX, vY, vZ))
@@ -130,7 +131,7 @@ __stdcall EgtBeamModifyProcess( int nGeomId, int nGroup, int nProc, int nSide, c
if ( ! Tokenize( string( wstrztoA( wsUAtts)), "\n", vsUAtt))
return FALSE ;
return ExeBeamModifyProcess( nGeomId, nGroup, nProc, nSide, wstrztoA( wsDes), nProcId, frFrame,
vdPar, wstrztoA( wsPar), vsUAtt, ( bUpdate != FALSE)) ;
vdPar, wstrztoA( wsPar), vsUAtt, nCrvId, nCrv2Id, ( bUpdate != FALSE)) ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.