EgtInterface :
- aggiunta interfaccia per EgtAddCurveCompoCurve.
This commit is contained in:
@@ -202,6 +202,13 @@ __stdcall EgtCloseCurveCompo( int nId)
|
||||
return ( ExeCloseCurveCompo( nId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAddCurveCompoCurve( int nId, int nAddCrvId, BOOL bEraseOrig)
|
||||
{
|
||||
return ( ExeAddCurveCompoCurve( nId, nAddCrvId, ( bEraseOrig != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAddCurveCompoLine( int nId, const double ptP[3], int nRefType)
|
||||
|
||||
Reference in New Issue
Block a user