Trimming 3.1a5 :
- aggiunte tolleranze a livello interfaccia per le curve di bordo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user