- in FaceData.GetEdgesInfo si scrive l'id del lato

- in MachiningLib.GetTimeToMachineAllStepsWithLeadInOut refactoring che utilizza FaceData
This commit is contained in:
luca.mazzoleni
2025-05-09 10:40:12 +02:00
parent a1528576b9
commit 24245e8bd6
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -137,6 +137,7 @@ function FaceData.GetEdgesInfo( ProcOrId, idFace )
CurrentEdge.bIsStartOpen = EdgesEgt[nPreviousEdgeIndex].Open
CurrentEdge.bIsEndOpen = EdgesEgt[nNextEdgeIndex].Open
CurrentEdge.sType = 'Standard'
CurrentEdge.id = i - 1
table.insert( Edges, CurrentEdge)
end