DataWindow :

- arco a 3 centri
- migliorie e correzioni varie per gestire correttamente l'arco a 3 centri ( calcolo solidi, strip, outline del fill).
This commit is contained in:
SaraP
2025-11-04 11:41:44 +01:00
parent 109f43c927
commit 67589d44ef
6 changed files with 782 additions and 574 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ local function ConvertTableToGeometry( AreaTable, nParentId)
end
-- creo il telaio
local nAreaId = WinCreate.CreateFrame( nType, vJoints, vDim[1], vDim[2], vDim[3], nAreaNbr)
local nAreaId = WinCreate.CreateFrame( nType, vJoints, vDim, nAreaNbr)
-- verifico presenza bottomrail
if AreaTable[JWD_BOTTOMRAIL] then