EgtInterface :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-02-22 18:36:16 +00:00
parent 14be608b6b
commit dc8743aa6c
+7
View File
@@ -200,6 +200,13 @@ __stdcall EgtModifyCurveCompoJoint( int nId, int nU, const double ptP[3], int nR
return ( ExeModifyCurveCompoJoint( nId, nU, ptP, nRefType) ? TRUE : FALSE) ;
}
//-------------------------------------------------------------------------------
int
__stdcall EgtGetCurveCompoJointCount( int nId)
{
return ExeGetCurveCompoJointCount( nId) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveCurveCompoJoint( int nId, int nU)