EgtInterface 2.4h5 :
- aggiunto prototipo per funzione EgtCurveWithRegionClassify.
This commit is contained in:
@@ -165,6 +165,13 @@ __stdcall EgtClosedCurveClassify( int nId1, int nId2)
|
||||
return ExeClosedCurveClassify( nId1, nId2) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtCurveWithRegionClassify( int nCurveId, int nRegionId)
|
||||
{
|
||||
return ExeCurveWithRegionClassify( nCurveId, nRegionId) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtArcRadius( int nId, double* pdRad)
|
||||
|
||||
Reference in New Issue
Block a user