EgtInterface 2.2h1 :

- aggiunta funzione EgtTrimCurveWithRegion.
This commit is contained in:
Dario Sassi
2020-08-06 08:05:31 +00:00
parent 3a86dbbba4
commit 61e0028d63
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -153,6 +153,13 @@ __stdcall EgtTrimExtendCurveByLen( int nId, double dLen, const double ptNear[3],
return ( ExeTrimExtendCurveByLen( nId, dLen, ptNear, nRefType) ? TRUE : FALSE) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtTrimCurveWithRegion( int nCrvId, int nRegId, BOOL bInVsOut, BOOL bOn, int* pnCount)
{
return ExeTrimCurveWithRegion( nCrvId, nRegId, ( bInVsOut != FALSE), ( bOn != FALSE), pnCount) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtSplitCurve( int nId, int nParts)