- in BLADETOWASTE varie modifiche; cubetti funzionanti, da testare

- in BeamLib aggiunta funzione FindEdgeBestOrientedAsDirection
- in FeatureLib aggiunta funzione GetProcFromTrimesh per costruire il pacchetto Proc a partire da una trimesh
This commit is contained in:
luca.mazzoleni
2025-03-11 09:40:20 +01:00
parent d47343aba9
commit 1dc1aa5a7c
5 changed files with 213 additions and 99 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ function MachiningLib.FindChainSaw( Proc, ToolSearchParameters)
dBestToolResidualDepth = dCurrentResidualDepth
end
-- se entrambi incompleti
elseif dBestToolResidualDepth > 0 and dCurrentResidualDepth > 0 then
elseif dBestToolResidualDepth > 10 * GEO.EPS_SMALL and dCurrentResidualDepth > 10 * GEO.EPS_SMALL then
--scelgo quello che lavora di più
if dCurrentResidualDepth > dBestToolResidualDepth then
nBestToolIndex = i