EgtInterface :

- aggiunta interfaccia per EgtAddCurveCompoCurve.
This commit is contained in:
Dario Sassi
2018-12-28 19:32:20 +00:00
parent 5196eb13bd
commit f04b91df77
+7
View File
@@ -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)