Include :

- aggiunta di EgtMachKernel.
This commit is contained in:
Dario Sassi
2015-03-23 11:41:33 +00:00
parent 153906aad0
commit 644999fb4f
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ EIN_EXPORT BOOL __stdcall EgtAtParamVector( int nId, double dU, int nSide, int n
EIN_EXPORT BOOL __stdcall EgtFrame( int nId, int nRefId, double ptOrig[3],
double vtX[3], double vtY[3], double vtZ[3]) ;
EIN_EXPORT BOOL __stdcall EgtCurveLength( int nId, double* pdLen) ;
EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, double ptOn[3], double* pdLen) ;
EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, double ptOn[3], double dExtend, double* pdLen) ;
EIN_EXPORT BOOL __stdcall EgtCurveExtrusion( int nId, int nRefId, double vtExtr[3]) ;
EIN_EXPORT BOOL __stdcall EgtCurveThickness( int nId, double* pdThick) ;
EIN_EXPORT BOOL __stdcall EgtGetMinDistPointCurve( const double ptP[3], int nId, double* pdDist) ;