EgtGeomKernel 1.8j2 :
- aggiunte a Zmap GetVolume, GetPartVolume e RemovePart.
This commit is contained in:
@@ -641,7 +641,7 @@ bool
|
||||
VolZmap::MillingStep( const Point3d& ptPs, const Vector3d& vtDs, const Vector3d& vtAs, const Point3d& ptPe, const Vector3d& vtDe, const Vector3d& vtAe)
|
||||
{
|
||||
// Controllo sull'effettiva esisenza del movimento
|
||||
if ( AreSamePointApprox( ptPs, ptPe) && AreSameVectorApprox( vtDs, vtDe))
|
||||
if ( AreSamePointApprox( ptPs, ptPe) && AreSameVectorApprox( vtDs, vtDe))
|
||||
return true ;
|
||||
|
||||
// Punti nei sistemi di riferimento intrinseci dello Zmap
|
||||
@@ -669,7 +669,6 @@ VolZmap::MillingStep( const Point3d& ptPs, const Vector3d& vtDs, const Vector3d&
|
||||
ptLe[1].x = 0 ; ptLe[1].y = 0 ; ptLe[1].z = 0 ;
|
||||
ptLe[2].x = 0 ; ptLe[2].y = 0 ; ptLe[2].z = 0 ;
|
||||
}
|
||||
|
||||
|
||||
// Vettori nei sistemi di riferimento intrinseci dello Zmap
|
||||
Vector3d vtLs[3] ;
|
||||
|
||||
Reference in New Issue
Block a user