3dPrinting :

- modifiche al calcolo dei solidi.
This commit is contained in:
SaraP
2022-09-26 17:19:02 +02:00
parent 4a769ffc6f
commit 0d356741ae
5 changed files with 102 additions and 91 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ function RunShowManager.Exec()
-- eventuale calcolo dei solidi
local bHasSolids = EgtGetInfo( nPartId, KEY_HAS_SOLIDS, 'b') or false
if not bHasSolids and bCurrSolid then
CSOLIDS.Exec( nPartId)
EgtSetInfo( nPartId, KEY_CALC_SOLIDS, true)
CSOLIDS.Exec()
end
if bImportedSolid ~= bCurrImportedSolid then