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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user