EgtGeomKernel 2.4b3 :
- corretto GetMidDir di CurveComposite - eliminati problemi con trigraph in x64.
This commit is contained in:
+1
-1
@@ -1028,7 +1028,7 @@ CurveComposite::GetMidDir( Vector3d& vtDir) const
|
||||
if ( ! GetLength( dLen) || ! GetParamAtLength( 0.5 * dLen, dMid))
|
||||
return false ;
|
||||
// calcolo la direzione
|
||||
return ::GetTang( *this, 0.5 * m_CrvSmplS.size(), FROM_MINUS, vtDir) ;
|
||||
return ::GetTang( *this, dMid, FROM_MINUS, vtDir) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -7921,7 +7921,7 @@ GdbExecutor::ExecuteOutTextIcci( const string& sCmd2, const STRVECTOR& vsParams)
|
||||
sText += "<br/> " ;
|
||||
sText += " U=" + ToString( aInfo.IciA[j].dU,7) + " P=(" + ToString( aInfo.IciA[j].ptI,4) + ")" ;
|
||||
switch( aInfo.IciA[j].nPrevTy) {
|
||||
case ICCT_NULL : sText += " ??-" ; break ;
|
||||
case ICCT_NULL : sText += " ?" "?-" ; break ;
|
||||
case ICCT_IN : sText += " IN-" ; break ;
|
||||
case ICCT_OUT : sText += " OUT-" ; break ;
|
||||
case ICCT_ON : sText += " ON-" ; break ;
|
||||
@@ -7940,7 +7940,7 @@ GdbExecutor::ExecuteOutTextIcci( const string& sCmd2, const STRVECTOR& vsParams)
|
||||
sText += string( "<br/>") + ( aInfo.bCBOverEq ? " + " : " - ") ;
|
||||
sText += " U=" + ToString( aInfo.IciB[j].dU,7) + " P=(" + ToString( aInfo.IciB[j].ptI,4) + ")" ;
|
||||
switch( aInfo.IciB[j].nPrevTy) {
|
||||
case ICCT_NULL : sText += " ??-" ; break ;
|
||||
case ICCT_NULL : sText += " ?" "?-" ; break ;
|
||||
case ICCT_IN : sText += " IN-" ; break ;
|
||||
case ICCT_OUT : sText += " OUT-" ; break ;
|
||||
case ICCT_ON : sText += " ON-" ; break ;
|
||||
|
||||
Reference in New Issue
Block a user