Trimming 3.1a5 :

- aggiunte tolleranze a livello interfaccia per le curve di bordo.
This commit is contained in:
Riccardo Elitropi
2026-01-23 17:59:39 +01:00
parent dfa187838b
commit e44363de3d
5 changed files with 36 additions and 26 deletions
-7
View File
@@ -44,13 +44,6 @@ if not nLayerEditSyncId or nLayerEditSyncId == GDB_ID.NULL then
return
end
-- Rendo Invisibili gli altri Layer di Trimming
nId = EgtGetFirstInGroup( nCurrPartId)
while nId do
if GlobVar.IsTrimmingLayer( nId) and nId ~= nCurrLayerId then EgtSetStatus( nId, GDB_ST.OFF) end
nId = EgtGetNext( nId)
end
local vIdEdges = {}
nId = EgtGetFirstInGroup( nCurrLayerId)
while nId do