EgtInterface 1.6f3 :
- eliminata EgtCreateCurveCompoByApprox - riunite diverse EgtApproxCurve in una unica.
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -181,14 +181,7 @@ __stdcall EgtExplodeCurveCompo( int nId, int* pnCount)
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtApproxCurveArc( int nId, double dLinTol)
|
||||
__stdcall EgtApproxCurve( int nId, int nApprType, double dLinTol)
|
||||
{
|
||||
return ExeApproxCurveArc( nId, dLinTol) ;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtApproxCurveBezier( int nId, BOOL bArcsVsLines, double dLinTol)
|
||||
{
|
||||
return ExeApproxCurveBezier( nId, ( bArcsVsLines != FALSE), dLinTol) ;
|
||||
return ExeApproxCurve( nId, nApprType, dLinTol) ;
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user