EgtInterface 1.6f3 :

- eliminata EgtCreateCurveCompoByApprox
- riunite diverse EgtApproxCurve in una unica.
This commit is contained in:
Dario Sassi
2015-06-21 17:02:35 +00:00
parent 73d0639ea9
commit c2af8621bc
3 changed files with 2 additions and 16 deletions
-7
View File
@@ -228,13 +228,6 @@ __stdcall EgtCreateCurveCompoFromPointBulges( int nParentId, int nPB, const doub
return ExeCreateCurveCompoFromPointBulges( nParentId, PA, nRefType) ;
}
//-------------------------------------------------------------------------------
int
__stdcall EgtCreateCurveCompoByApprox( int nParentId, int nSouId, BOOL bArcsVsLines, double dLinTol)
{
return ExeCreateCurveCompoByApprox( nParentId, nSouId, ( bArcsVsLines != FALSE), dLinTol) ;
}
//-------------------------------------------------------------------------------
int
__stdcall EgtCreateRectangle3P( int nParentId, const double ptIni[3],