In BeamLib.AddPhaseWithRawParts, si passa direttamente l' idRaw
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user