EgtExecutor 1.6f3 :

- eliminata ExeCreateCurveCompoByApprox
- le diverse ExeApproxCurve riunite in una sola
- aggiunta ExeMergeCurvesInCurveCompo
- riportate le medesime modifiche in lua.
This commit is contained in:
Dario Sassi
2015-06-21 17:01:26 +00:00
parent 7f9a18849b
commit ff53dcb8e3
8 changed files with 99 additions and 186 deletions
+13
View File
@@ -113,6 +113,19 @@ OffsTypeToString( int nOffsType)
}
}
//----------------------------------------------------------------------------
const char*
ApproxTypeToString( int nApprType)
{
switch ( nApprType) {
case APP_LINES : return "GDB_CA.LINES" ;
case APP_LEFT_LINES : return "GDB_CA.LEFT_LINES" ;
case APP_RIGHT_LINES : return "GDB_CA.RIGHT_LINES" ;
default :
case APP_ARCS : return "GDB_CA.ARCS" ;
}
}
//----------------------------------------------------------------------------
const char*
RawPartCornerPosToString( int nFlag)