EgtGeomKernel 1.5h2 :

- modificate interfacce in CurveAux
- aggiunti metodi a SurfTriMesh
- aggiustamenti vari.
This commit is contained in:
Dario Sassi
2014-08-12 07:49:41 +00:00
parent fba20ea93d
commit 1a42207365
12 changed files with 140 additions and 79 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ PolyLine::NewellPlane( Plane3d& plPlane, double& dArea) const
//----------------------------------------------------------------------------
bool
PolyLine::IsPlanar( Plane3d& plPlane, double& dArea, double dToler) const
PolyLine::IsFlat( Plane3d& plPlane, double& dArea, double dToler) const
{
// Compute a representative plane for the polygon
if ( ! NewellPlane( plPlane, dArea))