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