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],
|
||||
|
||||
Reference in New Issue
Block a user