3dPrinting :

- corretto errore nel collegamento setti.
This commit is contained in:
SaraP
2023-04-18 11:29:46 +02:00
parent 2fc63b0d25
commit 3c839716f8
+5 -2
View File
@@ -643,7 +643,9 @@ end
------------------------------------------------------------------------
local function AdjustUserLinkRibs( tUserLink, vRibs, vtSlicing, nSrfInt, nSrfExt)
if nSrfInt == GDB_ID.NULL and nSrfExt == GDB_ID.NULL then return end
local nGrpTmp = EgtGroup( EgtGetParent( nSrfInt)) -- gruppo temporaneo per conti
local vUsed = {} -- setti di vRibs utilizzati per UserLink
@@ -1737,6 +1739,7 @@ local function ReassignInfo( nCrv, nCnt, vOrig)
CopyInfo( vOrig[i], nId, KEY_ASSOCIATED_SURF, 'i')
CopyInfo( vOrig[i], nId, KEY_RIBS_OVERLAP, 'i')
CopyInfo( vOrig[i], nId, KEY_RIBS_TYPE, 'i')
CopyInfo( vOrig[i], nId, KEY_RIBS_LINK, 'b')
bStart = true
end
-- verifico se corrisponde al suo end
@@ -2677,7 +2680,7 @@ function CalcPaths.Exec( nPartId)
local LayerParams = GetLayerParamsForPathCalc()
-- scorro tutti i suoi layer
for nIdx = 1, #vLayIds do
s_nCurrIdx = nIdx
local nRibsGrp = EgtGetFirstNameInGroup( vLayIds[nIdx], RIBS_GRP)