EgtGeomKernel 2.2b3 :
- correzioni per triangoli che scompaiono in booleane di trimesh.
This commit is contained in:
@@ -164,6 +164,9 @@ IntersCoplanarLineTria( const Point3d& ptL, const Vector3d& vtL, double dLen, co
|
||||
swap( dUmin, dUmax) ;
|
||||
swap( ptInt, ptInt2) ;
|
||||
}
|
||||
// Per garantire l'appartenenza dei punti alla linea li ricalcolo
|
||||
ptInt = ptL + dUmin * vtL ;
|
||||
ptInt2 = ptL + dUmax * vtL ;
|
||||
// Se linea infinita
|
||||
if ( ! bFinite) {
|
||||
return ILTT_SEGM_ON_EDGE ;
|
||||
|
||||
Reference in New Issue
Block a user