EgtInterface :
- aggiornamenti.
This commit is contained in:
@@ -288,6 +288,20 @@ __stdcall EgtCurveThickness( int nId, double* pdThick)
|
||||
return ( ExeCurveThickness( nId, pdThick) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCurveSelfIntersCount( int nId, int* pnCount)
|
||||
{
|
||||
return ( ExeCurveSelfIntersCount( nId, pnCount) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtClosedCurveClassify( int nId1, int nId2)
|
||||
{
|
||||
return ExeClosedCurveClassify( nId1, nId2) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetMinDistPointCurve( const double ptP[3], int nId, double* pdDist, double* pdU)
|
||||
|
||||
Reference in New Issue
Block a user