EgtGeomKernel 2.2k2 :

- in CDeCylTria corretto controllo base superiore.
This commit is contained in:
Dario Sassi
2020-11-19 12:05:59 +00:00
parent 50f653750b
commit 22d26c14f2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CDeCylTria( const Frame3d& frCyl, double dH, double dR, double dSafeDist, const
plyTria.Trim( plTrimB, true, false, false) ;
Plane3d plTrimT ;
plTrimT.Set( dH + dSafeDist, Z_AX) ;
plyTria.Trim( plTrimB, true, false, false) ;
plyTria.Trim( plTrimT, true, false, false) ;
// Se non è rimasto alcunchè, allora non c'è collisione
if ( plyTria.GetSideCount() == 0)
return false ;
BIN
View File
Binary file not shown.