EgtInterface :
- aggiornamenti ad interfacce.
This commit is contained in:
@@ -186,6 +186,27 @@ __stdcall EgtModifyArc3P( int nId, const double ptMid[3], int nRefType)
|
||||
return ( ExeModifyArc3P( nId, ptMid, nRefType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAddCurveCompoJoint( int nId, double dU)
|
||||
{
|
||||
return ( ExeAddCurveCompoJoint( nId, dU) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtModifyCurveCompoJoint( int nId, int nU, const double ptP[3], int nRefType)
|
||||
{
|
||||
return ( ExeModifyCurveCompoJoint( nId, nU, ptP, nRefType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtRemoveCurveCompoJoint( int nId, int nU)
|
||||
{
|
||||
return ( ExeRemoveCurveCompoJoint( nId, nU) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExplodeCurveCompo( int nId, int* pnCount)
|
||||
|
||||
Reference in New Issue
Block a user