3dPrinting :

- aggiunti setti.
This commit is contained in:
SaraP
2022-06-24 17:22:19 +02:00
parent 6c6c906b33
commit b9f1922969
7 changed files with 461 additions and 26 deletions
+6
View File
@@ -105,6 +105,12 @@ function RunPartPositioning.Exec()
EgtMove( nPartId, vtMove)
b3Part:move( vtMove)
-- Posiziono eventuali setti
local nSettiPart = EgtGetFirstNameInGroup( GDB_ID.ROOT, SETTI_GRP)
if nSettiPart then
EgtMove( nSettiPart, vtMove)
end
-- Creo il frame del pezzo
local frPart = Frame3d( b3Part:getCenter() - 0.5 * b3Part:getDimZ() * Z_AX(), Z_AX())
nFrameId = EgtFrame( nPartId, frPart, GDB_RT.GLOB)