- aggiunta GetSawBlockedAxis per scegliere asse bloccato aggregato lama
This commit is contained in:
@@ -844,6 +844,15 @@ function BeamLib.GetChainSawInitAngs( vtN, vtO, nInd)
|
||||
end
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
function BeamLib.GetSawBlockedAxis( nInd, bDownHead)
|
||||
if BD.GetSawBlockedAxis then
|
||||
return BD.GetSawBlockedAxis( nInd, bDownHead)
|
||||
else
|
||||
return ''
|
||||
end
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
-- Trova l'Ind (0 based) della faccia meglio orientata come l'asse vtAx. Restituisce anche vtN e ptC della faccia stessa. La faccia di indice (0 based) fctExclude non viene considerata nella ricerca.
|
||||
function BeamLib.FindFaceBestOrientedAsAxis( Proc, vtAx, fctExclude)
|
||||
|
||||
Reference in New Issue
Block a user