Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2021-04-05 16:26:41 +00:00
parent 9044de754a
commit 2ea7f4c1a1
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -484,6 +484,9 @@ EIN_EXPORT BOOL __stdcall EgtAddCurveCompoJoint( int nId, double dU) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveCompoJoint( int nId, int nU, const double ptP[3], int nRefType) ;
EIN_EXPORT int __stdcall EgtGetCurveCompoJointCount( int nId) ;
EIN_EXPORT BOOL __stdcall EgtRemoveCurveCompoJoint( int nId, int nU) ;
EIN_EXPORT BOOL __stdcall EgtMoveCurveCompoCurve( int nId, int nCrv, const double vtMove[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveCompoCurveToArc( int nId, int nCrv, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveCompoCurveToLine( int nId, int nCrv) ;
EIN_EXPORT int __stdcall EgtExplodeCurveCompo( int nId, int* pnCount) ;
EIN_EXPORT BOOL __stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol, BOOL bStartEnd) ;