EgtExecutor 1.6r1 :

- in approssimazione curve aggiunto tipo APP_SPECIAL_LINES (nel caso di composite non toglie estremi curve componenti)
- piccole correzioni.
This commit is contained in:
Dario Sassi
2016-05-12 15:20:38 +00:00
parent 9b615caf9f
commit 5ff9cda428
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ ExeApproxCurve( int nId, int nApprType, double dLinTol)
const double LIN_FEA_LEN_STD = 20 ;
PtrOwner<ICurveComposite> pCC( CreateCurveComposite()) ;
bOk = bOk && ! IsNull( pCC) ;
if ( nApprType == APP_LINES ||
if ( nApprType == APP_LINES || nApprType == APP_SPECIAL_LINES ||
nApprType == APP_LEFT_LINES || nApprType == APP_LEFT_CONVEX_LINES ||
nApprType == APP_RIGHT_LINES || nApprType == APP_RIGHT_CONVEX_LINES) {
PolyLine PL ;