Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user