3dPrinting :
- modifiche al calcolo dei solidi.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user