Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2021-04-12 07:53:40 +00:00
parent 1e64228151
commit 2f3300f54a
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -475,10 +475,10 @@ EIN_EXPORT BOOL __stdcall EgtModifyArc3P( int nId, const double ptMid[3], int nR
EIN_EXPORT BOOL __stdcall EgtModifyArcByFlip( int nId) ;
EIN_EXPORT BOOL __stdcall EgtModifyArcToExplementary( int nId) ;
EIN_EXPORT BOOL __stdcall EgtCloseCurveCompo( int nId) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoCurve( int nId, int nAddCrvId, BOOL bEraseOrig) ;
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 EgtAddCurveCompoCurve( int nId, int nAddCrvId, BOOL bEraseOrig, BOOL bStartVsEnd) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoLine( int nId, const double ptP[3], BOOL bStartVsEnd, int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoArcTg( int nId, const double ptP[3], BOOL bStartVsEnd, int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtAddCurveCompoArc2P( int nId, const double ptMid[3], const double ptP[3], BOOL bStartVsEnd, 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) ;