EgtGraphics 1.9l4 :
- fabs sostituito da abs - aggiunto disegno asse Z+ in riferimento griglia.
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ Scene::DrawGeoObj( const IGdbIterator& iIter, int nPass, const MdStMkCol& siObj)
|
||||
double dTh ;
|
||||
Vector3d vtExtr ;
|
||||
if ( pCurve->GetExtrusion( vtExtr) && ! vtExtr.IsSmall() &&
|
||||
pCurve->GetThickness( dTh) && fabs( dTh) > EPS_SMALL) {
|
||||
pCurve->GetThickness( dTh) && abs( dTh) > EPS_SMALL) {
|
||||
// segmenti di raccordo
|
||||
PNTVECTOR vPnt ;
|
||||
bool bDense = ( nGeoType == CRV_ARC || nGeoType == CRV_BEZ) ;
|
||||
|
||||
Reference in New Issue
Block a user