From bb8b6b9fc196cad5d0f71ef2f65b8490a4915afb Mon Sep 17 00:00:00 2001 From: DarioS Date: Sun, 26 Sep 2021 16:29:34 +0200 Subject: [PATCH] EgtMachKernel : - aggiustamento per nuovo parametro richiesto da ISurfTriMesh::GetSilhouette. --- MachMgrRawParts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MachMgrRawParts.cpp b/MachMgrRawParts.cpp index 6a8cc7c..3ca21b0 100644 --- a/MachMgrRawParts.cpp +++ b/MachMgrRawParts.cpp @@ -414,7 +414,7 @@ MachMgr::AddRawPart( int nSurfId, Color cCol) // ne calcolo la silhouette secondo Z+ POLYLINEVECTOR vPL ; bool bSilh = false ; - if ( pStm->GetSilhouette( Z_AX, vPL) && vPL.size() > 0) { + if ( pStm->GetSilhouette( Z_AX, 10.0, vPL) && vPL.size() > 0) { // cerco il contorno esterno int nInd = - 1 ; double dMaxArea = 0 ;