In BeamLib.AddPhaseWithRawParts, si passa direttamente l' idRaw

This commit is contained in:
andrea.villa
2025-05-20 17:29:42 +02:00
parent b4a1df8110
commit 8c95d5d27e
4 changed files with 8 additions and 11 deletions
+2 -2
View File
@@ -755,8 +755,8 @@ function FeatureLib.CalculateFeatureNotClampableLengths( Proc, Part)
local dNotClampableLengthHead = 0
local dNotClampableLengthTail = 0
-- TODO al momento con almeno 3 facce si restituisce 0
if true or Proc.nFct < 3 then
-- TODO se la feature ha più di 3 facce non viene mai calcolato!! Es. Tenone ecc....
if Proc.nFct < 3 then
-- eventuale segnalazione ingombro di testa o coda
local dMinHIng = min( 0.5 * BeamData.VICE_MINH, 0.5 * Part.b3Raw:getDimZ())
local dMinZ = max( BeamData.MIN_HEIGHT, 0.35 * Part.b3Raw:getDimZ())