EgtGraphics 1.6r7 :

- correzione per visualizzazione frecce su curve composite.
This commit is contained in:
Dario Sassi
2016-05-27 09:59:59 +00:00
parent fa1be1f654
commit b2bdd55d63
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
return false ;
// calcolo la grafica
PolyLine PL ;
pCurve->ApproxWithLines( EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_STD, PL) ;
pCurve->ApproxWithLines( EPS_SMALL, ANG_TOL_GRAPH_DEG, ICurve::APL_SPECIAL, PL) ;
pGraphics->Clear() ;
pGraphics->AddColor( siObj.colObj) ;
pGraphics->AddPolyLine( PL) ;