Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-05-09 06:29:07 +00:00
parent 6e564fef4a
commit b51468f0d7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -421,6 +421,7 @@ EIN_EXPORT BOOL __stdcall EgtAddCurveCompoCurve( int nId, int nAddCrvId, BOOL bE
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoLine( int nId, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoArcTg( int nId, const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoArc2P( int nId, const double ptMid[3], const double ptP[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtRemoveCurveCompoCurve( int nId, BOOL bLast) ;
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) ;