- correzioni in FaceData e MachiningLib

This commit is contained in:
luca.mazzoleni
2025-12-16 15:18:07 +01:00
parent 827a709af0
commit 604a2676ce
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -422,6 +422,7 @@ local function GetBottomFaces( Proc)
CurrentEdge.ptStart = BottomFaces[1].Edges[i].ptStart
CurrentEdge.ptEnd = BottomFaces[1].Edges[i].ptEnd
CurrentEdge.vtEdge = BottomFaces[1].Edges[i].vtEdge
CurrentEdge.id = BottomFaces[1].Edges[i].id
if nFirstLongEdgeIndex then
if i == nFirstLongEdgeIndex then
@@ -520,6 +521,7 @@ local function GetLongFaces( Proc, MainFaces)
CurrentEdge.ptStart = LongFaces[i].Edges[j].ptStart
CurrentEdge.ptEnd = LongFaces[i].Edges[j].ptEnd
CurrentEdge.vtEdge = LongFaces[i].Edges[j].vtEdge
CurrentEdge.id = LongFaces[i].Edges[j].id
if Proc.Topology.sFamily == 'Tunnel' then
if CurrentEdge.idAdjacentFace > -1 then
@@ -619,6 +621,7 @@ local function GetSideFaces( Proc, MainFaces)
CurrentEdge.ptStart = SideFaces[i].Edges[j].ptStart
CurrentEdge.ptEnd = SideFaces[i].Edges[j].ptEnd
CurrentEdge.vtEdge = SideFaces[i].Edges[j].vtEdge
CurrentEdge.id = SideFaces[i].Edges[j].id
if Proc.Topology.sFamily == 'Tunnel' then
if CurrentEdge.idAdjacentFace > -1 then