- Prima implementazione creazioni fasi

- Piccole migliorie varie
- Corretta lettura info utensile profilato
- Su Proc, aggiunte alcune note pezzo
This commit is contained in:
andrea.villa
2024-08-09 16:46:51 +02:00
parent 9acd52ea10
commit 362f3fd2b0
5 changed files with 56 additions and 19 deletions
+1 -2
View File
@@ -91,9 +91,8 @@ function BeamLib.AddPartEndFace( PartId, b3Solid)
end
-------------------------------------------------------------------------------------------------------------
function BeamLib.AddPhaseWithRawParts( Part, OriXR, PosXR, dDeltaSucc)
function BeamLib.AddPhaseWithRawParts( nRawId, OriXR, PosXR, dDeltaSucc)
EgtAddPhase()
local nRawId = Part.idRaw
local dRawMove = 0
while nRawId do
EgtKeepRawPart( nRawId)