EgtGraphics 1.9l4 :
- fabs sostituito da abs - aggiunto disegno asse Z+ in riferimento griglia.
This commit is contained in:
+1
-1
@@ -319,7 +319,7 @@ Scene::GetPointFromSelect( int nSelId, const Point3d& ptView, Point3d& ptSel, in
|
||||
double dTh ;
|
||||
Vector3d vtExtr ;
|
||||
if ( pCrv->GetExtrusion( vtExtr) && ! vtExtr.IsSmall() &&
|
||||
pCrv->GetThickness( dTh) && fabs( dTh) > EPS_SMALL) {
|
||||
pCrv->GetThickness( dTh) && abs( dTh) > EPS_SMALL) {
|
||||
vtExtr *= dTh ;
|
||||
vtExtr.ToGlob( frEnt) ;
|
||||
// correggo il punto di riferimento del contrario dell'estrusione
|
||||
|
||||
Reference in New Issue
Block a user