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