DataWall :
- corretto errore in FreeContour con facce non ordinate perchè trimmate con il contorno pezzo.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessFreeContour.lua by Egaltech s.r.l. 2021/10/24
|
||||
-- ProcessFreeContour.lua by Egaltech s.r.l. 2021/11/02
|
||||
-- Gestione calcolo profilo libero per Pareti
|
||||
|
||||
-- Tabella per definizione modulo
|
||||
@@ -2112,6 +2112,8 @@ function WPF.Make( Proc, nRawId, b3Raw)
|
||||
return MakeByPocket( Proc, nRawId, b3Raw)
|
||||
-- altrimenti contorno
|
||||
else
|
||||
-- riordino le facce
|
||||
ReorderFaces( Proc.Id, EgtSurfTmFacetCount( Proc.Id))
|
||||
-- recupero il tipo di lavorazione
|
||||
local nCntType = EgtGetInfo( Proc.Id, 'CNT_TYPE', 'i') or 0
|
||||
-- se fresatura
|
||||
|
||||
Reference in New Issue
Block a user