3dPrinting :
- corretto errore nel calcolo dei solidi.
This commit is contained in:
@@ -344,7 +344,7 @@ local function CreateSolidFromCurve( nCrvId, nSolidGrp, LayerParams, nLayer)
|
||||
local vSurfs = {}
|
||||
local bOk = CreateRecursiveSolid( nGuideId, vSurfs, nSolidGrp, LayerParams, dStrand)
|
||||
if #vSurfs > 0 then
|
||||
nSrfId = EgtSurfTmBySewing( nSolidGrp, vSurfs)
|
||||
nSrfId = EgtSurfTmByTriangles( nSolidGrp, vSurfs)
|
||||
end
|
||||
if not nSrfId or bOk == false then
|
||||
EgtOutLog( 'Warning : CreateSolid_3 failed')
|
||||
|
||||
Reference in New Issue
Block a user