EgtInterface :
- aggiunta interfaccia per EgtMoveCurveCompoCurve.
This commit is contained in:
@@ -293,6 +293,27 @@ __stdcall EgtRemoveCurveCompoJoint( int nId, int nU)
|
||||
return ( ExeRemoveCurveCompoJoint( nId, nU) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtMoveCurveCompoCurve( int nId, int nCrv, const double vtMove[3], int nRefType)
|
||||
{
|
||||
return ( ExeMoveCurveCompoCurve( nId, nCrv, vtMove, nRefType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtModifyCurveCompoCurveToArc( int nId, int nCrv, const double ptP[3], int nRefType)
|
||||
{
|
||||
return ( ExeModifyCurveCompoCurveToArc( nId, nCrv, ptP, nRefType) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtModifyCurveCompoCurveToLine( int nId, int nCrv)
|
||||
{
|
||||
return ( ExeModifyCurveCompoCurveToLine( nId, nCrv) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtExplodeCurveCompo( int nId, int* pnCount)
|
||||
|
||||
Reference in New Issue
Block a user