DataWall :

- aggiunta gestione feature DoubleCut
- aggiunta gestione feature SawCut
- modifica gestione FreeContour con una sola faccia
- correzioni per nesting pareti.
This commit is contained in:
DarioS
2021-05-17 20:32:52 +02:00
parent 903638adea
commit 03b521aee3
6 changed files with 221 additions and 118 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ end
-------------------------------------------------------------------------------------------------------------
-- *** Inserimento delle lavorazioni nelle pareti ***
-------------------------------------------------------------------------------------------------------------
local function CollectFeatures( PartId, b3Raw)
function WallExec.CollectFeatures( PartId, b3Raw)
-- recupero le feature
local vProc = {}
local LayerId = {}
@@ -396,7 +396,7 @@ function WallExec.ProcessFeatures()
local vProc = {}
for i = 1, #vPart do
-- recupero le feature di lavorazione della parete
local vPartProc = CollectFeatures( vPart[i].Id, b3Raw)
local vPartProc = WallExec.CollectFeatures( vPart[i].Id, b3Raw)
vProc = EgtJoinTables( vProc, vPartProc)
end
-- classifico le feature