in PreSimulationLib.CheckOutOfStroke tabella Parameters sostituita dai parametri singoli
This commit is contained in:
@@ -217,12 +217,7 @@ end
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
-- check extracorsa
|
||||
function PreSimulationLib.CheckOutOfStroke( PointsOnToolTipCenter, Parameters)
|
||||
|
||||
-- parametri obbligatori
|
||||
local vtHead = Parameters.vtHead
|
||||
local Tool = Parameters.Tool
|
||||
local nSCC = Parameters.nSCC
|
||||
function PreSimulationLib.CheckOutOfStroke( PointsOnToolTipCenter, vtHead, nSCC, Tool)
|
||||
|
||||
-- check collisione sui punti in centro lama su naso mandrino o aggregato. In base a direzione e punto
|
||||
for i = 1, #PointsOnToolTipCenter do
|
||||
|
||||
Reference in New Issue
Block a user