EgtInterface 2.4e4 :
- aggiunta interfaccia di funzione EgtCurveParamAtLength.
This commit is contained in:
@@ -33,6 +33,13 @@ __stdcall EgtCurveLength( int nId, double* pdLen)
|
||||
return ( ExeCurveLength( nId, pdLen) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCurveParamAtLength( int nId, double dLen, double* pdU)
|
||||
{
|
||||
return ( ExeCurveParamAtLength( nId, dLen, pdU) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCurveLengthAtPoint( int nId, const double ptOn[3], double dExtend, double* pdLen)
|
||||
|
||||
Reference in New Issue
Block a user