- aggiunta interfaccia per EgtCopyCompoSubCurve e EgtCopyParamRange.
- cambio versione.
This commit is contained in:
@@ -270,3 +270,17 @@ __stdcall EgtCurveCompoCenter( int nId, int nSimpCrv, int nRefId, double ptCen[3
|
||||
VEC_FROM_3D( ptCen, ptTmp)
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtCopyCompoSubCurve( int nId, int nSubCrvToCopy, int nParentId)
|
||||
{
|
||||
return ExeCopyCompoSubCurve( nId, nSubCrvToCopy, nParentId) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtCopyParamRange( int nId, double dUStart, double dUEnd, int nParentId)
|
||||
{
|
||||
return ExeCopyParamRange( nId, dUStart, dUEnd, nParentId) ;
|
||||
}
|
||||
Reference in New Issue
Block a user